Skip to content

Commit c1ad1c6

Browse files
committed
Remove System.Threading.AccessControl package reference
1 parent c21d01c commit c1ad1c6

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

eng/Versions.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@
9494
<SystemSecurityCryptographyOpenSslVersion>5.0.0</SystemSecurityCryptographyOpenSslVersion>
9595
<SystemSecurityPrincipalWindowsVersion>5.0.0</SystemSecurityPrincipalWindowsVersion>
9696
<SystemSecurityPermissionsVersion>7.0.0</SystemSecurityPermissionsVersion>
97-
<SystemThreadingAccessControlVersion>7.0.0</SystemThreadingAccessControlVersion>
9897
<!-- Keep toolset versions in sync with dotnet/msbuild and dotnet/sdk -->
9998
<MicrosoftBclAsyncInterfacesToolsetVersion>8.0.0</MicrosoftBclAsyncInterfacesToolsetVersion>
10099
<MicrosoftIoRedistToolsetVersion>6.0.1</MicrosoftIoRedistToolsetVersion>

src/tools/illink/test/Mono.Linker.Tests/Mono.Linker.Tests.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@
1010
<PackageReference Include="Microsoft.DotNet.Cecil" Version="$(MicrosoftDotNetCecilVersion)" PrivateAssets="All" Publish="True" />
1111
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="$(MicrosoftCodeAnalysisVersion)" />
1212
<ProjectReference Include="$(RepoRoot)\src\coreclr\tools\ILVerification\ILVerification.csproj" />
13-
<!-- This reference is purely so that the ILLink can resolve this
14-
dependency of mscorlib. It is not actually required to build
15-
the tests. -->
16-
<PackageReference Include="System.Threading.AccessControl" Version="$(SystemThreadingAccessControlVersion)" />
17-
1813
<ProjectReference Include="..\..\src\linker\Mono.Linker.csproj" SkipUseReferenceAssembly="true" />
1914
<ProjectReference Include="..\Mono.Linker.Tests.Cases\**\*.csproj" />
2015
<ProjectReference Include="..\Mono.Linker.Tests.Cases.Expectations\Mono.Linker.Tests.Cases.Expectations.csproj" />

0 commit comments

Comments
 (0)