Stop building NETStandard 2.1 packages
authorNikola Milosavljevic (CLR) <nikolam@microsoft.com>
Wed, 11 Mar 2020 16:14:20 +0000 (09:14 -0700)
committerNikola Milosavljevic (CLR) <nikolam@microsoft.com>
Wed, 11 Mar 2020 16:15:37 +0000 (09:15 -0700)
eng/Versions.props

index e7bd404..b85ec85 100644 (file)
@@ -54,7 +54,9 @@
   <ItemGroup>
     <!-- Targeting packs are only patched in extreme cases. -->
     <ProjectServicingConfiguration Include="Microsoft.NETCore.App.Ref" PatchVersion="0" />
-    <ProjectServicingConfiguration Include="NETStandard.Library.Ref" PatchVersion="0" />
+    <!-- Setting PatchVersion to "N/A" to not build it now or in the future, as "N/A will never match the actual patch version. -->
+    <!-- For more info see this issue: https://github.com/dotnet/runtime/issues/2294 -->
+    <ProjectServicingConfiguration Include="NETStandard.Library.Ref" PatchVersion="N/A" />
   </ItemGroup>
   <PropertyGroup>
     <!-- Arcade dependencies -->