Skip to content

Commit b64db0e

Browse files
benrr101MichelZ
andauthored
Tests | Update Package Versions (#3312)
* Upgrade / align packages in test projects / * Reference System.ServiceProcess on netfx * Always include System.Transactions as well * Remove references to xunit.runner.console and xunit.runner.utility to enable discovery of netfx tests again. See dotnet/runtime#94183 * Revert nuget.org addition * Upgrade Versions Remove VersionsNet8OrLater, not needed anymore * Force build * Remove dummy * Add back console runners * Remove System.ServiceProcess, should not be needed * I think we do actually still need the net9 versions --------- Co-authored-by: Michel Zehnder <[email protected]>
1 parent e69d2e5 commit b64db0e

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

src/Microsoft.Data.SqlClient/tests/FunctionalTests/Microsoft.Data.SqlClient.Tests.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@
9090
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
9191
<PrivateAssets>all</PrivateAssets>
9292
</PackageReference>
93-
<PackageReference Include="xunit.runner.utility" Version="$(XunitVersion)" />
9493
<PackageReference Include="Microsoft.DotNet.XUnitExtensions" Version="$(MicrosoftDotNetXUnitExtensionsVersion)" />
9594
</ItemGroup>
9695
<ItemGroup>

src/Microsoft.Data.SqlClient/tests/ManualTests/Microsoft.Data.SqlClient.ManualTesting.Tests.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,6 @@
340340
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
341341
<PrivateAssets>all</PrivateAssets>
342342
</PackageReference>
343-
<PackageReference Include="xunit.runner.utility" Version="$(XunitVersion)" />
344343
<PackageReference Include="Microsoft.DotNet.XUnitExtensions" Version="$(MicrosoftDotNetXUnitExtensionsVersion)" />
345344
</ItemGroup>
346345
<ItemGroup>

tools/props/Versions.props

+6-7
Original file line numberDiff line numberDiff line change
@@ -57,22 +57,21 @@
5757
<MicrosoftDotNetPlatformAbstractionsVersion>3.1.6</MicrosoftDotNetPlatformAbstractionsVersion>
5858
<MicrosoftDotNetRemoteExecutorVersion>10.0.0-beta.25164.6</MicrosoftDotNetRemoteExecutorVersion>
5959
<MicrosoftDotNetXUnitExtensionsVersion>10.0.0-beta.25164.6</MicrosoftDotNetXUnitExtensionsVersion>
60-
<MicrosoftExtensionsHosting>6.0.1</MicrosoftExtensionsHosting>
61-
<MicrosoftNETCoreRuntimeCoreCLRVersion>2.0.8</MicrosoftNETCoreRuntimeCoreCLRVersion>
60+
<MicrosoftExtensionsHosting>8.0.1</MicrosoftExtensionsHosting>
6261
<MicrosoftNETFrameworkReferenceAssembliesVersion>1.0.3</MicrosoftNETFrameworkReferenceAssembliesVersion>
63-
<MicrosoftNETTestSdkVersion>17.8.0</MicrosoftNETTestSdkVersion>
62+
<MicrosoftNETTestSdkVersion>17.11.1</MicrosoftNETTestSdkVersion>
6463
<MicrosoftSqlServerSqlManagementObjectsVersion>172.52.0</MicrosoftSqlServerSqlManagementObjectsVersion>
6564
<MicrosoftSqlServerTypesVersion>10.50.1600.1</MicrosoftSqlServerTypesVersion>
6665
<MicrosoftSqlServerTypesVersionNet>160.1000.6</MicrosoftSqlServerTypesVersionNet>
6766
<MicrosoftWin32RegistryVersion>5.0.0</MicrosoftWin32RegistryVersion>
68-
<NewtonsoftJsonVersion>13.0.1</NewtonsoftJsonVersion>
69-
<SystemDataOdbcVersion>6.0.1</SystemDataOdbcVersion>
67+
<NewtonsoftJsonVersion>13.0.3</NewtonsoftJsonVersion>
68+
<SystemDataOdbcVersion>8.0.1</SystemDataOdbcVersion>
7069
<SystemRuntimeInteropServicesRuntimeInformationVersion>4.3.0</SystemRuntimeInteropServicesRuntimeInformationVersion>
7170
<SystemSecurityPrincipalWindowsVersion>5.0.0</SystemSecurityPrincipalWindowsVersion>
72-
<SystemServiceProcessServiceControllerVersion>6.0.0</SystemServiceProcessServiceControllerVersion>
71+
<SystemServiceProcessServiceControllerVersion>8.0.1</SystemServiceProcessServiceControllerVersion>
7372
<SystemTextEncodingCodePagesVersion>6.0.0</SystemTextEncodingCodePagesVersion>
7473
<XunitVersion>2.9.2</XunitVersion>
75-
<XunitrunnervisualstudioVersion>2.5.5</XunitrunnervisualstudioVersion>
74+
<XunitrunnervisualstudioVersion>2.8.2</XunitrunnervisualstudioVersion>
7675
</PropertyGroup>
7776
<PropertyGroup>
7877
<TestAKVProviderVersion>$(NugetPackageVersion)</TestAKVProviderVersion>

0 commit comments

Comments
 (0)