From 9511d98e926ff232a3f0c682f4890bf5610a3b70 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Fri, 3 Sep 2021 22:45:36 +0200 Subject: [PATCH] Replace S.S.Permissions ref with AccessControl in S.S.C.Xml 56894f09aaac6e635136dec68dfc174159911796 brought the System.Security.AccessControl library and package back but in the change, the reference in System.Security.Cryptography.Xml to System.Security.Permissions wasn't replaced with the reference to System.Security.AccessControl. --- .../ref/System.Security.Cryptography.Xml.csproj | 2 +- .../src/System.Security.Cryptography.Xml.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 dca38dde22bf8b..b59549e50afa2c 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 @@ -13,7 +13,7 @@ - + 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 d01ec3d631cbd9..133637ef9c56c5 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 @@ -131,7 +131,7 @@ System.Security.Cryptography.Xml.XmlLicenseTransform Link="Common\System\HexConverter.cs" /> - +