|
5 | 5 | </PropertyGroup>
|
6 | 6 |
|
7 | 7 | <ItemGroup> <!-- retain alphabetical order please! -->
|
8 |
| - <PackageReference Include="AWSSDK.BedrockRuntime" Version="3.7.411.20" Condition="'$(TargetFramework)' == 'net481'" /> |
9 |
| - <PackageReference Include="AWSSDK.BedrockRuntime" Version="3.7.411.20" Condition="'$(TargetFramework)' == 'net9.0'" /> |
| 8 | + <PackageReference Include="AWSSDK.BedrockRuntime" Version="3.7.412.4" Condition="'$(TargetFramework)' == 'net481'" /> |
| 9 | + <PackageReference Include="AWSSDK.BedrockRuntime" Version="3.7.412.4" Condition="'$(TargetFramework)' == 'net9.0'" /> |
10 | 10 |
|
11 | 11 | <PackageReference Include="AWSSDK.Lambda" Version="3.7.411.20" Condition="'$(TargetFramework)' == 'net481'" />
|
12 | 12 | <PackageReference Include="AWSSDK.Lambda" Version="3.7.411.20" Condition="'$(TargetFramework)' == 'net9.0'" />
|
|
29 | 29 | <PackageReference Include="log4net.Ext.Json" Version="3.0.3" Condition="'$(TargetFramework)' == 'net481'" />
|
30 | 30 | <PackageReference Include="log4net.Ext.Json" Version="3.0.3" Condition="'$(TargetFramework)' == 'net9.0'" />
|
31 | 31 |
|
32 |
| - <PackageReference Include="MassTransit" Version="8.3.4" Condition="'$(TargetFramework)' == 'net481'" /> |
33 |
| - <PackageReference Include="MassTransit" Version="8.3.4" Condition="'$(TargetFramework)' == 'net9.0'" /> |
| 32 | + <PackageReference Include="MassTransit" Version="8.3.6" Condition="'$(TargetFramework)' == 'net481'" /> |
| 33 | + <PackageReference Include="MassTransit" Version="8.3.6" Condition="'$(TargetFramework)' == 'net9.0'" /> |
34 | 34 |
|
35 | 35 | <PackageReference Include="Microsoft.Azure.Cosmos" Version="3.46.1" Condition="'$(TargetFramework)' == 'net481'" />
|
36 | 36 | <PackageReference Include="Microsoft.Azure.Cosmos" Version="3.46.1" Condition="'$(TargetFramework)' == 'net9.0'" />
|
37 | 37 |
|
38 |
| - <PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.2" Condition="'$(TargetFramework)' == 'net481'" /> |
39 |
| - <PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.2" Condition="'$(TargetFramework)' == 'net9.0'" /> |
| 38 | + <PackageReference Include="Microsoft.Data.SqlClient" Version="6.0.1" Condition="'$(TargetFramework)' == 'net481'" /> |
| 39 | + <PackageReference Include="Microsoft.Data.SqlClient" Version="6.0.1" Condition="'$(TargetFramework)' == 'net9.0'" /> |
40 | 40 |
|
41 | 41 | <PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.1" Condition="'$(TargetFramework)' == 'net481'" />
|
42 | 42 | <PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.1" Condition="'$(TargetFramework)' == 'net9.0'" />
|
|
50 | 50 | <PackageReference Include="MongoDB.Driver" Version="2.29.0" Condition="'$(TargetFramework)' == 'net481'" />
|
51 | 51 | <PackageReference Include="MongoDB.Driver" Version="2.29.0" Condition="'$(TargetFramework)' == 'net9.0'" />
|
52 | 52 |
|
53 |
| - <PackageReference Include="MySql.Data" Version="9.1.0" Condition="'$(TargetFramework)' == 'net481'" /> |
54 |
| - <PackageReference Include="MySql.Data" Version="9.1.0" Condition="'$(TargetFramework)' == 'net9.0'" /> |
| 53 | + <PackageReference Include="MySql.Data" Version="9.2.0" Condition="'$(TargetFramework)' == 'net481'" /> |
| 54 | + <PackageReference Include="MySql.Data" Version="9.2.0" Condition="'$(TargetFramework)' == 'net9.0'" /> |
55 | 55 |
|
56 | 56 | <PackageReference Include="MySqlConnector" Version="2.4.0" Condition="'$(TargetFramework)' == 'net481'" />
|
57 | 57 | <PackageReference Include="MySqlConnector" Version="2.4.0" Condition="'$(TargetFramework)' == 'net9.0'" />
|
|
0 commit comments