|
5 | 5 | </PropertyGroup>
|
6 | 6 |
|
7 | 7 | <ItemGroup> <!-- retain alphabetical order please! -->
|
8 |
| - <PackageReference Include="AWSSDK.BedrockRuntime" Version="3.7.403.4" Condition="'$(TargetFramework)' == 'net481'" /> |
9 |
| - <PackageReference Include="AWSSDK.BedrockRuntime" Version="3.7.403.4" Condition="'$(TargetFramework)' == 'net8.0'" /> |
| 8 | + <PackageReference Include="AWSSDK.BedrockRuntime" Version="3.7.403.8" Condition="'$(TargetFramework)' == 'net481'" /> |
| 9 | + <PackageReference Include="AWSSDK.BedrockRuntime" Version="3.7.403.8" Condition="'$(TargetFramework)' == 'net8.0'" /> |
10 | 10 |
|
11 | 11 | <PackageReference Include="Elastic.Clients.Elasticsearch" Version="8.15.0" Condition="'$(TargetFramework)' == 'net481'" />
|
12 | 12 | <PackageReference Include="Elastic.Clients.Elasticsearch" Version="8.15.0" Condition="'$(TargetFramework)' == 'net8.0'" />
|
|
53 | 53 | <PackageReference Include="NEST" Version="7.17.5" Condition="'$(TargetFramework)' == 'net481'" />
|
54 | 54 | <PackageReference Include="NEST" Version="7.17.5" Condition="'$(TargetFramework)' == 'net8.0'" />
|
55 | 55 |
|
56 |
| - <PackageReference Include="NLog" Version="5.3.3" Condition="'$(TargetFramework)' == 'net481'" /> |
57 |
| - <PackageReference Include="NLog" Version="5.3.3" Condition="'$(TargetFramework)' == 'net8.0'" /> |
| 56 | + <PackageReference Include="NLog" Version="5.3.4" Condition="'$(TargetFramework)' == 'net481'" /> |
| 57 | + <PackageReference Include="NLog" Version="5.3.4" Condition="'$(TargetFramework)' == 'net8.0'" /> |
58 | 58 |
|
59 | 59 | <PackageReference Include="NLog.Extensions.Logging" Version="5.3.11" Condition="'$(TargetFramework)' == 'net481'" />
|
60 | 60 | <PackageReference Include="NLog.Extensions.Logging" Version="5.3.11" Condition="'$(TargetFramework)' == 'net8.0'" />
|
|
65 | 65 |
|
66 | 66 | <!-- NServiceBus v9+ only supports .NET8+, so constraint FW target to the latest 8.x version -->
|
67 | 67 | <PackageReference Include="NServiceBus" Version="8.2.2" Condition="'$(TargetFramework)' == 'net481'" />
|
68 |
| - <PackageReference Include="NServiceBus" Version="9.1.1" Condition="'$(TargetFramework)' == 'net8.0'" /> |
| 68 | + <PackageReference Include="NServiceBus" Version="9.2.2" Condition="'$(TargetFramework)' == 'net8.0'" /> |
69 | 69 |
|
70 | 70 |
|
71 | 71 | <!-- modern oracle only supports net472+ and net6.0+ -->
|
|
0 commit comments