|
4 | 4 | </PropertyGroup> |
5 | 5 | <ItemGroup> |
6 | 6 | <!-- retain alphabetical order please! --> |
7 | | - <PackageReference Include="AWSSDK.BedrockRuntime" Version="4.0.0.2" Condition="'$(TargetFramework)' == 'net481'" /> |
8 | | - <PackageReference Include="AWSSDK.BedrockRuntime" Version="4.0.0.2" Condition="'$(TargetFramework)' == 'net9.0'" /> |
| 7 | + <PackageReference Include="AWSSDK.BedrockRuntime" Version="4.0.0.4" Condition="'$(TargetFramework)' == 'net481'" /> |
| 8 | + <PackageReference Include="AWSSDK.BedrockRuntime" Version="4.0.0.4" Condition="'$(TargetFramework)' == 'net9.0'" /> |
9 | 9 | <PackageReference Include="AWSSDK.Lambda" Version="4.0.0.1" Condition="'$(TargetFramework)' == 'net481'" /> |
10 | 10 | <PackageReference Include="AWSSDK.Lambda" Version="4.0.0.1" Condition="'$(TargetFramework)' == 'net9.0'" /> |
11 | | - <PackageReference Include="AWSSDK.SecurityToken" Version="4.0.0.2" Condition="'$(TargetFramework)' == 'net481'" /> |
12 | | - <PackageReference Include="AWSSDK.SecurityToken" Version="4.0.0.2" Condition="'$(TargetFramework)' == 'net9.0'" /> |
| 11 | + <PackageReference Include="AWSSDK.SecurityToken" Version="4.0.0.4" Condition="'$(TargetFramework)' == 'net481'" /> |
| 12 | + <PackageReference Include="AWSSDK.SecurityToken" Version="4.0.0.4" Condition="'$(TargetFramework)' == 'net9.0'" /> |
13 | 13 | <PackageReference Include="Azure.AI.OpenAI" Version="2.1.0" Condition="'$(TargetFramework)' == 'net481'" /> |
14 | 14 | <PackageReference Include="Azure.AI.OpenAI" Version="2.1.0" Condition="'$(TargetFramework)' == 'net9.0'" /> |
15 | 15 | <PackageReference Include="Azure.Messaging.ServiceBus" Version="7.18.2" Condition="'$(TargetFramework)' == 'net481'" /> |
|
30 | 30 | <PackageReference Include="log4net.Ext.Json" Version="3.0.3" Condition="'$(TargetFramework)' == 'net9.0'" /> |
31 | 31 | <PackageReference Include="MassTransit" Version="8.4.1" Condition="'$(TargetFramework)' == 'net481'" /> |
32 | 32 | <PackageReference Include="MassTransit" Version="8.4.1" Condition="'$(TargetFramework)' == 'net9.0'" /> |
33 | | - <PackageReference Include="Microsoft.Azure.Cosmos" Version="3.50.0" Condition="'$(TargetFramework)' == 'net481'" /> |
34 | | - <PackageReference Include="Microsoft.Azure.Cosmos" Version="3.50.0" Condition="'$(TargetFramework)' == 'net9.0'" /> |
| 33 | + <PackageReference Include="Microsoft.Azure.Cosmos" Version="3.51.0" Condition="'$(TargetFramework)' == 'net481'" /> |
| 34 | + <PackageReference Include="Microsoft.Azure.Cosmos" Version="3.51.0" Condition="'$(TargetFramework)' == 'net9.0'" /> |
35 | 35 | <PackageReference Include="Microsoft.Data.SqlClient" Version="6.0.2" Condition="'$(TargetFramework)' == 'net481'" /> |
36 | 36 | <PackageReference Include="Microsoft.Data.SqlClient" Version="6.0.2" Condition="'$(TargetFramework)' == 'net9.0'" /> |
37 | 37 | <PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.5" Condition="'$(TargetFramework)' == 'net481'" /> |
|
51 | 51 | <!-- required by Microsoft.Azure.Cosmos --> |
52 | 52 | <PackageReference Include="Newtonsoft.Json" Version="13.0.3" Condition="'$(TargetFramework)' == 'net481'" /> |
53 | 53 | <PackageReference Include="Newtonsoft.Json" Version="13.0.3" Condition="'$(TargetFramework)' == 'net9.0'" /> |
54 | | - <PackageReference Include="NLog" Version="5.4.0" Condition="'$(TargetFramework)' == 'net481'" /> |
55 | | - <PackageReference Include="NLog" Version="5.4.0" Condition="'$(TargetFramework)' == 'net9.0'" /> |
56 | | - <PackageReference Include="NLog.Extensions.Logging" Version="5.4.0" Condition="'$(TargetFramework)' == 'net481'" /> |
57 | | - <PackageReference Include="NLog.Extensions.Logging" Version="5.4.0" Condition="'$(TargetFramework)' == 'net9.0'" /> |
| 54 | + <PackageReference Include="NLog" Version="5.5.0" Condition="'$(TargetFramework)' == 'net481'" /> |
| 55 | + <PackageReference Include="NLog" Version="5.5.0" Condition="'$(TargetFramework)' == 'net9.0'" /> |
| 56 | + <PackageReference Include="NLog.Extensions.Logging" Version="5.5.0" Condition="'$(TargetFramework)' == 'net481'" /> |
| 57 | + <PackageReference Include="NLog.Extensions.Logging" Version="5.5.0" Condition="'$(TargetFramework)' == 'net9.0'" /> |
58 | 58 | <!-- npgsql is on version 8, but we don't (currently) support it --> |
59 | 59 | <PackageReference Include="npgsql" Version="7.0.7" Condition="'$(TargetFramework)' == 'net481'" /> |
60 | 60 | <PackageReference Include="npgsql" Version="7.0.7" Condition="'$(TargetFramework)' == 'net9.0'" /> |
|
75 | 75 | <PackageReference Include="RabbitMQ.Client" Version="6.8.1" Condition="'$(TargetFramework)' == 'net9.0'" /> |
76 | 76 | <!-- Latest version of RestSharp to test against. Relies on HttpClient instrumentation. --> |
77 | 77 | <PackageReference Include="RestSharp" Version="112.1.0" Condition="'$(TargetFramework)' == 'net481'" /> |
78 | | - <PackageReference Include="Serilog" Version="4.2.0" Condition="'$(TargetFramework)' == 'net481'" /> |
79 | | - <PackageReference Include="Serilog" Version="4.2.0" Condition="'$(TargetFramework)' == 'net9.0'" /> |
| 78 | + <PackageReference Include="Serilog" Version="4.3.0" Condition="'$(TargetFramework)' == 'net481'" /> |
| 79 | + <PackageReference Include="Serilog" Version="4.3.0" Condition="'$(TargetFramework)' == 'net9.0'" /> |
80 | 80 | <PackageReference Include="Serilog.AspNetCore" Version="9.0.0" Condition="'$(TargetFramework)' == 'net9.0'" /> |
81 | 81 | <PackageReference Include="Serilog.Extensions.Logging" Version="9.0.0" Condition="'$(TargetFramework)' == 'net481'" /> |
82 | 82 | <PackageReference Include="Serilog.Extensions.Logging" Version="9.0.0" Condition="'$(TargetFramework)' == 'net9.0'" /> |
|
0 commit comments