Skip to content

Commit 2e2a82d

Browse files
authored
Remove dependency on netstandard.library (#20039)
1 parent 686bd8f commit 2e2a82d

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

Directory.Build.targets

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,6 @@
134134
<TargetingPackVersion Condition="'$(IsServicingBuild)' != 'true'">$(SharedFxVersion)</TargetingPackVersion>
135135
</KnownFrameworkReference>
136136

137-
<KnownFrameworkReference Update="NETStandard.Library">
138-
<TargetingPackVersion Condition="'%(TargetFramework)' == 'netstandard2.1' and '$(IsServicingBuild)' != 'true'">$(NETStandardLibraryRefPackageVersion)</TargetingPackVersion>
139-
</KnownFrameworkReference>
140-
141137
<!-- Track compiler separately from Arcade.-->
142138
<PackageReference Include="Microsoft.Net.Compilers.Toolset"
143139
Version="$(MicrosoftNetCompilersToolsetPackageVersion)"

eng/Version.Details.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -317,10 +317,6 @@
317317
<Uri>https://github.com/dotnet/runtime</Uri>
318318
<Sha>35df31cc5564964617669cb0d6bcce48b90998b4</Sha>
319319
</Dependency>
320-
<Dependency Name="NETStandard.Library.Ref" Version="2.1.0-preview.3.20160.8" CoherentParentDependency="Microsoft.Extensions.Logging">
321-
<Uri>https://github.com/dotnet/runtime</Uri>
322-
<Sha>73268c790b7ff31c98a292efbc583e25562074d7</Sha>
323-
</Dependency>
324320
</ProductDependencies>
325321
<ToolsetDependencies>
326322
<!-- Listed explicitly to workaround https://github.com/dotnet/cli/issues/10528 -->

eng/Versions.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
<MicrosoftNETCoreAppInternalPackageVersion>5.0.0-preview.3.20169.13</MicrosoftNETCoreAppInternalPackageVersion>
7171
<MicrosoftNETCoreAppRefPackageVersion>5.0.0-preview.3.20169.13</MicrosoftNETCoreAppRefPackageVersion>
7272
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>5.0.0-preview.3.20169.13</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
73-
<NETStandardLibraryRefPackageVersion>2.1.0-preview.3.20160.8</NETStandardLibraryRefPackageVersion>
7473
<!-- Packages from dotnet/corefx -->
7574
<MicrosoftWin32RegistryPackageVersion>5.0.0-preview.3.20169.13</MicrosoftWin32RegistryPackageVersion>
7675
<MicrosoftWin32SystemEventsPackageVersion>5.0.0-preview.3.20169.13</MicrosoftWin32SystemEventsPackageVersion>

0 commit comments

Comments
 (0)