Mark Microsoft.NetCore.Platforms as non-shipping (#90297)
authorViktor Hofer <viktor.hofer@microsoft.com>
Thu, 10 Aug 2023 15:15:41 +0000 (17:15 +0200)
committerGitHub <noreply@github.com>
Thu, 10 Aug 2023 15:15:41 +0000 (17:15 +0200)
The full RID graph is frozen and won't change anymore. Mark the Microsoft.NETCore.Platforms nuget package as non-shipping as only the sdk repository still requires it.

Contributes to https://github.com/dotnet/runtime/issues/90000

src/libraries/Microsoft.NETCore.Platforms/src/Microsoft.NETCore.Platforms.csproj

index 1b22030..86e98f2 100644 (file)
@@ -13,6 +13,7 @@
     <GenerateDocumentationFile>false</GenerateDocumentationFile>
 
     <IsPackable>true</IsPackable>
+    <IsShipping>false</IsShipping>
     <PackageId>$(MSBuildProjectName)</PackageId>
     <SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
     <PackageDescription>Provides runtime information required to resolve target framework, platform, and runtime specific implementations of .NETCore packages.</PackageDescription>