Skip to content

Commit 01fa0a5

Browse files
remove test win compatibility nuget
1 parent bf9afd2 commit 01fa0a5

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,6 @@
320320
<PackageReference Include="System.Net.Sockets" Version="$(SystemNetSocketsVersion)" />
321321
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="$(SystemIdentityModelTokensJwtVersion)" />
322322
<PackageReference Condition="'$(TargetGroup)'=='netfx'" Include="Microsoft.SqlServer.Types" Version="$(MicrosoftSqlServerTypesVersion)" />
323-
<PackageReference Condition="'$(TargetGroup)'=='netcoreapp' AND $(OS)=='Unix'" Include="Microsoft.Windows.Compatibility" Version="$(MicrosoftWindowsCompatibilityVersion)" />
324323
<PackageReference Condition="'$(TargetGroup)'=='netcoreapp'" Include="Microsoft.DotNet.RemoteExecutor" Version="$(MicrosoftDotnetRemoteExecutorVersion)" />
325324
<PackageReference Condition="'$(TargetGroup)'!='netfx'" Include="System.ServiceProcess.ServiceController" Version="$(SystemServiceProcessServiceControllerVersion)" />
326325
</ItemGroup>

tools/props/Versions.props

-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
<MicrosoftDotNetPlatformAbstractionsVersion>3.1.1</MicrosoftDotNetPlatformAbstractionsVersion>
6565
<MicrosoftIdentityModelClientsActiveDirectoryVersion>5.2.6</MicrosoftIdentityModelClientsActiveDirectoryVersion>
6666
<MicrosoftNETTestSdkVersion>15.9.0</MicrosoftNETTestSdkVersion>
67-
<MicrosoftWindowsCompatibilityVersion>3.1.0</MicrosoftWindowsCompatibilityVersion>
6867
<NewtonsoftJsonVersion>13.0.1</NewtonsoftJsonVersion>
6968
<SystemRuntimeInteropServicesRuntimeInformationVersion>4.3.0</SystemRuntimeInteropServicesRuntimeInformationVersion>
7069
<SystemLinqExpressionsVersion>4.3.0</SystemLinqExpressionsVersion>

0 commit comments

Comments
 (0)