From e142522ac3e50cd8bca848b0b445eeb0280355c7 Mon Sep 17 00:00:00 2001 From: Jeremy Barton Date: Mon, 21 Nov 2022 15:21:24 -0800 Subject: [PATCH 1/3] Fix netfx build for S.S.C.Xml nuget package --- .../ref/System.Security.Cryptography.Xml.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libraries/System.Security.Cryptography.Xml/ref/System.Security.Cryptography.Xml.csproj b/src/libraries/System.Security.Cryptography.Xml/ref/System.Security.Cryptography.Xml.csproj index 9f5143a0efab8a..cae7cd09370988 100644 --- a/src/libraries/System.Security.Cryptography.Xml/ref/System.Security.Cryptography.Xml.csproj +++ b/src/libraries/System.Security.Cryptography.Xml/ref/System.Security.Cryptography.Xml.csproj @@ -6,7 +6,7 @@ - + From 4d04ce652b0aa158d0a489d37b7532968280679a Mon Sep 17 00:00:00 2001 From: Jeremy Barton Date: Tue, 22 Nov 2022 09:23:56 -0800 Subject: [PATCH 2/3] Also fix System.Threading.AccessControl --- .../ref/System.Threading.AccessControl.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libraries/System.Threading.AccessControl/ref/System.Threading.AccessControl.csproj b/src/libraries/System.Threading.AccessControl/ref/System.Threading.AccessControl.csproj index 8da1d59d6024ec..d5ce621047c4d3 100644 --- a/src/libraries/System.Threading.AccessControl/ref/System.Threading.AccessControl.csproj +++ b/src/libraries/System.Threading.AccessControl/ref/System.Threading.AccessControl.csproj @@ -6,11 +6,11 @@ - + - \ No newline at end of file + From 11290e1e625a702e9a9a2109b239fbb73ce15c41 Mon Sep 17 00:00:00 2001 From: Jeremy Barton Date: Tue, 22 Nov 2022 15:09:48 -0800 Subject: [PATCH 3/3] Add nuget servicing properties --- .../src/System.Security.Cryptography.Xml.csproj | 2 ++ .../src/System.Threading.AccessControl.csproj | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/libraries/System.Security.Cryptography.Xml/src/System.Security.Cryptography.Xml.csproj b/src/libraries/System.Security.Cryptography.Xml/src/System.Security.Cryptography.Xml.csproj index 20a3d77a4641f7..78e4e180bd41eb 100644 --- a/src/libraries/System.Security.Cryptography.Xml/src/System.Security.Cryptography.Xml.csproj +++ b/src/libraries/System.Security.Cryptography.Xml/src/System.Security.Cryptography.Xml.csproj @@ -6,6 +6,8 @@ $(NoWarn);nullable $(NoWarn);CA1850 true + 1 + true Provides classes to support the creation and validation of XML digital signatures. The classes in this namespace implement the World Wide Web Consortium Recommendation, "XML-Signature Syntax and Processing", described at http://www.w3.org/TR/xmldsig-core/. Commonly Used Types: diff --git a/src/libraries/System.Threading.AccessControl/src/System.Threading.AccessControl.csproj b/src/libraries/System.Threading.AccessControl/src/System.Threading.AccessControl.csproj index 54c8e0bad5fe76..11d0fc577899c8 100644 --- a/src/libraries/System.Threading.AccessControl/src/System.Threading.AccessControl.csproj +++ b/src/libraries/System.Threading.AccessControl/src/System.Threading.AccessControl.csproj @@ -3,6 +3,8 @@ $(NetCoreAppCurrent)-windows;$(NetCoreAppCurrent);$(NetCoreAppMinimum)-windows;$(NetCoreAppMinimum);netstandard2.0;$(NetFrameworkMinimum) true true + 1 + true Provides support for managing access and audit control lists for synchronization primitives. Commonly Used Types: