From 000cc30fe9baffa5ccc6560697a3a6e53c63dd9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20S=C3=A1nchez=20L=C3=B3pez?= <1175054+carlossanlop@users.noreply.github.com> Date: Mon, 15 Apr 2024 14:14:14 -0700 Subject: [PATCH] [6.0] Reset OOB packages enabled in the April release (#99582) * Microsoft.NETCore.Platforms * System.Security.AccessControl --- .../src/Microsoft.NETCore.Platforms.csproj | 2 +- .../src/System.Security.AccessControl.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 eb2be04a4ca5e..696bcf801b2f8 100644 --- a/src/libraries/Microsoft.NETCore.Platforms/src/Microsoft.NETCore.Platforms.csproj +++ b/src/libraries/Microsoft.NETCore.Platforms/src/Microsoft.NETCore.Platforms.csproj @@ -19,7 +19,7 @@ $(AdditionalRuntimeIdentifiers);$(OutputRID) 13 - true + false diff --git a/src/libraries/System.Security.AccessControl/src/System.Security.AccessControl.csproj b/src/libraries/System.Security.AccessControl/src/System.Security.AccessControl.csproj index 6a6304598900b..3798a01785347 100644 --- a/src/libraries/System.Security.AccessControl/src/System.Security.AccessControl.csproj +++ b/src/libraries/System.Security.AccessControl/src/System.Security.AccessControl.csproj @@ -4,7 +4,7 @@ $(NetCoreAppCurrent)-windows;$(NetCoreAppCurrent);netstandard2.0-windows;netstandard2.0;net461-windows true - true + false 1 Provides base classes that enable managing access and audit control lists on securable objects.