From b682a703606b1de6f7ed291a36fd1bed6bf27cce Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Thu, 10 Aug 2023 17:15:41 +0200 Subject: [PATCH] Mark Microsoft.NetCore.Platforms as non-shipping (#90297) 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 --- .../Microsoft.NETCore.Platforms/src/Microsoft.NETCore.Platforms.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libraries/Microsoft.NETCore.Platforms/src/Microsoft.NETCore.Platforms.csproj b/src/libraries/Microsoft.NETCore.Platforms/src/Microsoft.NETCore.Platforms.csproj index 1b22030..86e98f2 100644 --- a/src/libraries/Microsoft.NETCore.Platforms/src/Microsoft.NETCore.Platforms.csproj +++ b/src/libraries/Microsoft.NETCore.Platforms/src/Microsoft.NETCore.Platforms.csproj @@ -13,6 +13,7 @@ false true + false $(MSBuildProjectName) true Provides runtime information required to resolve target framework, platform, and runtime specific implementations of .NETCore packages. -- 2.7.4