|
4 | 4 | </PropertyGroup> |
5 | 5 | <ItemGroup> |
6 | 6 | <!-- retain alphabetical order please! --> |
7 | | - <PackageReference Include="AWSSDK.BedrockRuntime" Version="4.0.16.3" Condition="'$(TargetFramework)' == 'net481'" /> |
8 | | - <PackageReference Include="AWSSDK.BedrockRuntime" Version="4.0.16.3" Condition="'$(TargetFramework)' == 'net10.0'" /> |
| 7 | + <PackageReference Include="AWSSDK.BedrockRuntime" Version="4.0.16.7" Condition="'$(TargetFramework)' == 'net481'" /> |
| 8 | + <PackageReference Include="AWSSDK.BedrockRuntime" Version="4.0.16.7" Condition="'$(TargetFramework)' == 'net10.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)' == 'net10.0'" /> |
11 | | - <PackageReference Include="AWSSDK.SecurityToken" Version="4.0.5.12" Condition="'$(TargetFramework)' == 'net481'" /> |
12 | | - <PackageReference Include="AWSSDK.SecurityToken" Version="4.0.5.12" Condition="'$(TargetFramework)' == 'net10.0'" /> |
| 11 | + <PackageReference Include="AWSSDK.SecurityToken" Version="4.0.5.16" Condition="'$(TargetFramework)' == 'net481'" /> |
| 12 | + <PackageReference Include="AWSSDK.SecurityToken" Version="4.0.5.16" Condition="'$(TargetFramework)' == 'net10.0'" /> |
13 | 13 | <PackageReference Include="Azure.AI.OpenAI" Version="2.8.0-beta.1" Condition="'$(TargetFramework)' == 'net481'" /> |
14 | 14 | <PackageReference Include="Azure.AI.OpenAI" Version="2.8.0-beta.1" Condition="'$(TargetFramework)' == 'net10.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)' == 'net10.0'" /> |
31 | 31 | <PackageReference Include="MassTransit" Version="8.5.7" Condition="'$(TargetFramework)' == 'net481'" /> |
32 | 32 | <PackageReference Include="MassTransit" Version="8.5.7" Condition="'$(TargetFramework)' == 'net10.0'" /> |
33 | | - <PackageReference Include="Microsoft.Azure.Cosmos" Version="3.57.1" Condition="'$(TargetFramework)' == 'net481'" /> |
34 | | - <PackageReference Include="Microsoft.Azure.Cosmos" Version="3.57.1" Condition="'$(TargetFramework)' == 'net10.0'" /> |
35 | | - <PackageReference Include="Microsoft.Data.SqlClient" Version="6.1.4" Condition="'$(TargetFramework)' == 'net481'" /> |
36 | | - <PackageReference Include="Microsoft.Data.SqlClient" Version="6.1.4" Condition="'$(TargetFramework)' == 'net10.0'" /> |
| 33 | + <PackageReference Include="Microsoft.Azure.Cosmos" Version="3.58.0" Condition="'$(TargetFramework)' == 'net481'" /> |
| 34 | + <PackageReference Include="Microsoft.Azure.Cosmos" Version="3.58.0" Condition="'$(TargetFramework)' == 'net10.0'" /> |
| 35 | + <PackageReference Include="Microsoft.Data.SqlClient" Version="7.0.0" Condition="'$(TargetFramework)' == 'net481'" /> |
| 36 | + <PackageReference Include="Microsoft.Data.SqlClient" Version="7.0.0" Condition="'$(TargetFramework)' == 'net10.0'" /> |
37 | 37 | <PackageReference Include="Microsoft.Extensions.AI" Version="10.3.0" Condition="'$(TargetFramework)' == 'net10.0'" /> |
38 | 38 | <PackageReference Include="Microsoft.Extensions.AI.OpenAI" Version="10.3.0" Condition="'$(TargetFramework)' == 'net10.0'" /> |
39 | 39 | <PackageReference Include="Microsoft.Extensions.Logging" Version="10.0.5" Condition="'$(TargetFramework)' == 'net481'" /> |
|
42 | 42 | <PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="10.0.5" Condition="'$(TargetFramework)' == 'net10.0'" /> |
43 | 43 | <PackageReference Include="Microsoft.Extensions.Logging.Console" Version="10.0.5" Condition="'$(TargetFramework)' == 'net481'" /> |
44 | 44 | <PackageReference Include="Microsoft.Extensions.Logging.Console" Version="10.0.5" Condition="'$(TargetFramework)' == 'net10.0'" /> |
45 | | - <PackageReference Include="MongoDB.Driver" Version="3.7.0" Condition="'$(TargetFramework)' == 'net481'" /> |
46 | | - <PackageReference Include="MongoDB.Driver" Version="3.7.0" Condition="'$(TargetFramework)' == 'net10.0'" /> |
| 45 | + <PackageReference Include="MongoDB.Driver" Version="3.7.1" Condition="'$(TargetFramework)' == 'net481'" /> |
| 46 | + <PackageReference Include="MongoDB.Driver" Version="3.7.1" Condition="'$(TargetFramework)' == 'net10.0'" /> |
47 | 47 | <PackageReference Include="MySql.Data" Version="9.6.0" Condition="'$(TargetFramework)' == 'net481'" /> |
48 | 48 | <PackageReference Include="MySql.Data" Version="9.6.0" Condition="'$(TargetFramework)' == 'net10.0'" /> |
49 | 49 | <PackageReference Include="MySqlConnector" Version="2.5.0" Condition="'$(TargetFramework)' == 'net481'" /> |
|
53 | 53 | <!-- required by Microsoft.Azure.Cosmos --> |
54 | 54 | <PackageReference Include="Newtonsoft.Json" Version="13.0.4" Condition="'$(TargetFramework)' == 'net481'" /> |
55 | 55 | <PackageReference Include="Newtonsoft.Json" Version="13.0.3" Condition="'$(TargetFramework)' == 'net10.0'" /> |
56 | | - <PackageReference Include="NLog" Version="6.1.1" Condition="'$(TargetFramework)' == 'net481'" /> |
57 | | - <PackageReference Include="NLog" Version="6.1.1" Condition="'$(TargetFramework)' == 'net10.0'" /> |
| 56 | + <PackageReference Include="NLog" Version="6.1.2" Condition="'$(TargetFramework)' == 'net481'" /> |
| 57 | + <PackageReference Include="NLog" Version="6.1.2" Condition="'$(TargetFramework)' == 'net10.0'" /> |
58 | 58 | <PackageReference Include="NLog.Extensions.Logging" Version="6.1.2" Condition="'$(TargetFramework)' == 'net481'" /> |
59 | 59 | <PackageReference Include="NLog.Extensions.Logging" Version="6.1.2" Condition="'$(TargetFramework)' == 'net10.0'" /> |
60 | 60 | <!-- npgsql is on version 8, but we don't (currently) support it --> |
|
86 | 86 | <PackageReference Include="Serilog.Sinks.Console" Version="6.1.1" Condition="'$(TargetFramework)' == 'net10.0'" /> |
87 | 87 | <PackageReference Include="Serilog.Sinks.File" Version="7.0.0" Condition="'$(TargetFramework)' == 'net481'" /> |
88 | 88 | <PackageReference Include="Serilog.Sinks.File" Version="7.0.0" Condition="'$(TargetFramework)' == 'net10.0'" /> |
89 | | - <PackageReference Include="StackExchange.Redis" Version="2.12.1" Condition="'$(TargetFramework)' == 'net481'" /> |
90 | | - <PackageReference Include="StackExchange.Redis" Version="2.12.1" Condition="'$(TargetFramework)' == 'net10.0'" /> |
| 89 | + <PackageReference Include="StackExchange.Redis" Version="2.12.8" Condition="'$(TargetFramework)' == 'net481'" /> |
| 90 | + <PackageReference Include="StackExchange.Redis" Version="2.12.8" Condition="'$(TargetFramework)' == 'net10.0'" /> |
91 | 91 | <PackageReference Include="System.Data.Odbc" Version="10.0.5" Condition="'$(TargetFramework)' == 'net481'" /> |
92 | 92 | <PackageReference Include="System.Data.Odbc" Version="10.0.5" Condition="'$(TargetFramework)' == 'net10.0'" /> |
93 | 93 | </ItemGroup> |
94 | | - |
95 | 94 | <!-- gRPC references for .NET 10.0, easier to understand what's going on when they're in a separate group --> |
96 | 95 | <ItemGroup> |
97 | 96 | <PackageReference Include="Grpc.AspNetCore.Server" Version="2.76.0" Condition="'$(TargetFramework)' == 'net10.0'" /> |
|
0 commit comments