From 77dbed281a8dd0ce081eb18c6dcf282b9b55fad6 Mon Sep 17 00:00:00 2001
From: carlossanlop <1175054+carlossanlop@users.noreply.github.com>
Date: Mon, 11 Mar 2024 23:11:16 -0700
Subject: [PATCH 1/2] Microsoft.NETCore.Platforms
---
.../src/Microsoft.NETCore.Platforms.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
From a55b645ce5e7b548f22b267dec11a9598efecbd4 Mon Sep 17 00:00:00 2001
From: carlossanlop <1175054+carlossanlop@users.noreply.github.com>
Date: Mon, 11 Mar 2024 23:11:25 -0700
Subject: [PATCH 2/2] System.Security.AccessControl
---
.../src/System.Security.AccessControl.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.