|
4 | 4 | </PropertyGroup> |
5 | 5 | <ItemGroup> |
6 | 6 | <!-- retain alphabetical order please! --> |
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'" /> |
| 7 | + <PackageReference Include="AWSSDK.BedrockRuntime" Version="4.0.17.3" Condition="'$(TargetFramework)' == 'net481'" /> |
| 8 | + <PackageReference Include="AWSSDK.BedrockRuntime" Version="4.0.17.3" 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.16" Condition="'$(TargetFramework)' == 'net481'" /> |
12 | | - <PackageReference Include="AWSSDK.SecurityToken" Version="4.0.5.16" Condition="'$(TargetFramework)' == 'net10.0'" /> |
| 11 | + <PackageReference Include="AWSSDK.SecurityToken" Version="4.0.5.20" Condition="'$(TargetFramework)' == 'net481'" /> |
| 12 | + <PackageReference Include="AWSSDK.SecurityToken" Version="4.0.5.20" 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'" /> |
|
36 | 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 | | - <PackageReference Include="Microsoft.Extensions.Logging" Version="10.0.5" Condition="'$(TargetFramework)' == 'net481'" /> |
40 | | - <PackageReference Include="Microsoft.Extensions.Logging" Version="10.0.5" Condition="'$(TargetFramework)' == 'net10.0'" /> |
41 | | - <PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="10.0.5" Condition="'$(TargetFramework)' == 'net481'" /> |
42 | | - <PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="10.0.5" Condition="'$(TargetFramework)' == 'net10.0'" /> |
43 | | - <PackageReference Include="Microsoft.Extensions.Logging.Console" Version="10.0.5" Condition="'$(TargetFramework)' == 'net481'" /> |
44 | | - <PackageReference Include="Microsoft.Extensions.Logging.Console" Version="10.0.5" Condition="'$(TargetFramework)' == 'net10.0'" /> |
| 39 | + <PackageReference Include="Microsoft.Extensions.Logging" Version="10.0.6" Condition="'$(TargetFramework)' == 'net481'" /> |
| 40 | + <PackageReference Include="Microsoft.Extensions.Logging" Version="10.0.6" Condition="'$(TargetFramework)' == 'net10.0'" /> |
| 41 | + <PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="10.0.6" Condition="'$(TargetFramework)' == 'net481'" /> |
| 42 | + <PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="10.0.6" Condition="'$(TargetFramework)' == 'net10.0'" /> |
| 43 | + <PackageReference Include="Microsoft.Extensions.Logging.Console" Version="10.0.6" Condition="'$(TargetFramework)' == 'net481'" /> |
| 44 | + <PackageReference Include="Microsoft.Extensions.Logging.Console" Version="10.0.6" Condition="'$(TargetFramework)' == 'net10.0'" /> |
45 | 45 | <PackageReference Include="MongoDB.Driver" Version="3.7.1" Condition="'$(TargetFramework)' == 'net481'" /> |
46 | 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'" /> |
|
62 | 62 | <PackageReference Include="npgsql" Version="7.0.7" Condition="'$(TargetFramework)' == 'net10.0'" /> |
63 | 63 | <!-- NServiceBus v9+ only supports .NET8+, so constrain FW target to the latest 8.x version --> |
64 | 64 | <PackageReference Include="NServiceBus" Version="8.2.4" Condition="'$(TargetFramework)' == 'net481'" /> |
65 | | - <PackageReference Include="NServiceBus" Version="10.1.0" Condition="'$(TargetFramework)' == 'net10.0'" /> |
| 65 | + <PackageReference Include="NServiceBus" Version="10.1.2" Condition="'$(TargetFramework)' == 'net10.0'" /> |
66 | 66 | <!--OpenAI --> |
67 | 67 | <PackageReference Include="OpenAI" Version="2.8.0" Condition="'$(TargetFramework)' == 'net481'" /> |
68 | 68 | <PackageReference Include="OpenAI" Version="2.8.0" Condition="'$(TargetFramework)' == 'net10.0'" /> |
69 | 69 | <!-- OpenSearch --> |
70 | 70 | <PackageReference Include="OpenSearch.Client" Version="1.8.0" Condition="'$(TargetFramework)' == 'net481'" /> |
71 | 71 | <PackageReference Include="OpenSearch.Client" Version="1.8.0" Condition="'$(TargetFramework)' == 'net10.0'" /> |
72 | 72 | <!-- modern oracle only supports net472+ and net6.0+ --> |
73 | | - <PackageReference Include="Oracle.ManagedDataAccess" Version="23.26.100" Condition="'$(TargetFramework)' == 'net481'" /> |
74 | | - <PackageReference Include="Oracle.ManagedDataAccess.Core" Version="23.26.100" Condition="'$(TargetFramework)' == 'net10.0'" /> |
| 73 | + <PackageReference Include="Oracle.ManagedDataAccess" Version="23.26.200" Condition="'$(TargetFramework)' == 'net481'" /> |
| 74 | + <PackageReference Include="Oracle.ManagedDataAccess.Core" Version="23.26.200" Condition="'$(TargetFramework)' == 'net10.0'" /> |
75 | 75 | <!-- RabbitMQ v8+ only supports .NET+, so constrain FW target to the latest 6.x version --> |
76 | 76 | <PackageReference Include="RabbitMQ.Client" Version="6.8.1" Condition="'$(TargetFramework)' == 'net481'" /> |
77 | 77 | <PackageReference Include="RabbitMQ.Client" Version="7.1.2" Condition="'$(TargetFramework)' == 'net10.0'" /> |
|
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.8" Condition="'$(TargetFramework)' == 'net481'" /> |
90 | | - <PackageReference Include="StackExchange.Redis" Version="2.12.8" Condition="'$(TargetFramework)' == 'net10.0'" /> |
91 | | - <PackageReference Include="System.Data.Odbc" Version="10.0.5" Condition="'$(TargetFramework)' == 'net481'" /> |
92 | | - <PackageReference Include="System.Data.Odbc" Version="10.0.5" Condition="'$(TargetFramework)' == 'net10.0'" /> |
| 89 | + <PackageReference Include="StackExchange.Redis" Version="2.12.14" Condition="'$(TargetFramework)' == 'net481'" /> |
| 90 | + <PackageReference Include="StackExchange.Redis" Version="2.12.14" Condition="'$(TargetFramework)' == 'net10.0'" /> |
| 91 | + <PackageReference Include="System.Data.Odbc" Version="10.0.6" Condition="'$(TargetFramework)' == 'net481'" /> |
| 92 | + <PackageReference Include="System.Data.Odbc" Version="10.0.6" Condition="'$(TargetFramework)' == 'net10.0'" /> |
93 | 93 | </ItemGroup> |
94 | 94 | <!-- gRPC references for .NET 10.0, easier to understand what's going on when they're in a separate group --> |
95 | 95 | <ItemGroup> |
|
0 commit comments