|
35 | 35 | <PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.2" Condition="'$(TargetFramework)' == 'net481'" />
|
36 | 36 | <PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.2" Condition="'$(TargetFramework)' == 'net8.0'" />
|
37 | 37 |
|
38 |
| - <PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.1" Condition="'$(TargetFramework)' == 'net481'" /> |
39 |
| - <PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.1" Condition="'$(TargetFramework)' == 'net8.0'" /> |
| 38 | + <PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.0" Condition="'$(TargetFramework)' == 'net481'" /> |
| 39 | + <PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.0" Condition="'$(TargetFramework)' == 'net8.0'" /> |
40 | 40 |
|
41 | 41 | <PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="8.0.1" Condition="'$(TargetFramework)' == 'net481'" />
|
42 | 42 | <PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="8.0.1" Condition="'$(TargetFramework)' == 'net8.0'" />
|
|
50 | 50 | <PackageReference Include="MySql.Data" Version="9.0.0" Condition="'$(TargetFramework)' == 'net481'" />
|
51 | 51 | <PackageReference Include="MySql.Data" Version="9.0.0" Condition="'$(TargetFramework)' == 'net8.0'" />
|
52 | 52 |
|
53 |
| - <PackageReference Include="MySqlConnector" Version="2.3.7" Condition="'$(TargetFramework)' == 'net481'" /> |
54 |
| - <PackageReference Include="MySqlConnector" Version="2.3.7" Condition="'$(TargetFramework)' == 'net8.0'" /> |
| 53 | + <PackageReference Include="MySqlConnector" Version="2.4.0" Condition="'$(TargetFramework)' == 'net481'" /> |
| 54 | + <PackageReference Include="MySqlConnector" Version="2.4.0" Condition="'$(TargetFramework)' == 'net8.0'" /> |
55 | 55 |
|
56 | 56 | <PackageReference Include="NEST" Version="7.17.5" Condition="'$(TargetFramework)' == 'net481'" />
|
57 | 57 | <PackageReference Include="NEST" Version="7.17.5" Condition="'$(TargetFramework)' == 'net8.0'" />
|
|
66 | 66 | <PackageReference Include="npgsql" Version="7.0.7" Condition="'$(TargetFramework)' == 'net481'" />
|
67 | 67 | <PackageReference Include="npgsql" Version="7.0.7" Condition="'$(TargetFramework)' == 'net8.0'" />
|
68 | 68 |
|
69 |
| - <!-- NServiceBus v9+ only supports .NET8+, so constraint FW target to the latest 8.x version --> |
70 |
| - <PackageReference Include="NServiceBus" Version="8.2.2" Condition="'$(TargetFramework)' == 'net481'" /> |
71 |
| - <PackageReference Include="NServiceBus" Version="9.2.2" Condition="'$(TargetFramework)' == 'net8.0'" /> |
| 69 | + <!-- NServiceBus v9+ only supports .NET8+, so constrain FW target to the latest 8.x version --> |
| 70 | + <PackageReference Include="NServiceBus" Version="8.2.4" Condition="'$(TargetFramework)' == 'net481'" /> |
| 71 | + <PackageReference Include="NServiceBus" Version="9.2.3" Condition="'$(TargetFramework)' == 'net8.0'" /> |
72 | 72 |
|
73 | 73 |
|
74 | 74 | <!-- modern oracle only supports net472+ and net6.0+ -->
|
75 | 75 | <PackageReference Include="Oracle.ManagedDataAccess" Version="23.6.0" Condition="'$(TargetFramework)' == 'net481'" />
|
76 | 76 | <PackageReference Include="Oracle.ManagedDataAccess.Core" Version="23.6.0" Condition="'$(TargetFramework)' == 'net8.0'" />
|
77 |
| - |
| 77 | + |
| 78 | + <!-- RabbitMQ v8+ only supports .NET+, so constrain FW target to the latest 6.x version --> |
78 | 79 | <PackageReference Include="RabbitMQ.Client" Version="6.8.1" Condition="'$(TargetFramework)' == 'net481'" />
|
79 | 80 | <PackageReference Include="RabbitMQ.Client" Version="6.8.1" Condition="'$(TargetFramework)' == 'net8.0'" />
|
80 | 81 |
|
|
0 commit comments