From b53108cd9a20f360d8b6f2d6db47e77a5010db44 Mon Sep 17 00:00:00 2001 From: carlossanlop <1175054+carlossanlop@users.noreply.github.com> Date: Tue, 13 Jun 2023 14:34:39 -0700 Subject: [PATCH] [7.0] Reset System.Security.Cryptography.Pkcs OOB that came from internal --- .../src/System.Security.Cryptography.Pkcs.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libraries/System.Security.Cryptography.Pkcs/src/System.Security.Cryptography.Pkcs.csproj b/src/libraries/System.Security.Cryptography.Pkcs/src/System.Security.Cryptography.Pkcs.csproj index e66b1b69b1b8a3..d94830c0d850f8 100644 --- a/src/libraries/System.Security.Cryptography.Pkcs/src/System.Security.Cryptography.Pkcs.csproj +++ b/src/libraries/System.Security.Cryptography.Pkcs/src/System.Security.Cryptography.Pkcs.csproj @@ -7,7 +7,7 @@ $(NoWarn);CA5384 true - true + false 2 Provides support for PKCS and CMS algorithms.