From 117dd1cd731c6d7cc14da1d2e8f5de50e19bc986 Mon Sep 17 00:00:00 2001 From: Kenneth Pouncey Date: Thu, 15 Oct 2020 13:55:01 +0200 Subject: [PATCH] [browser][crypto] Remove restraining not supported attribute Primitives (#43387) * [browser][crypto] Remove restraining not supported attribute - The modules included within the System.Security.Cryptography.Primitives module should still be available for use outside of browser os. * Address review comments. Remove `` attribute as well --- .../Directory.Build.props | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/libraries/System.Security.Cryptography.Primitives/Directory.Build.props b/src/libraries/System.Security.Cryptography.Primitives/Directory.Build.props index ce244cbea5619..e8d65546d0c80 100644 --- a/src/libraries/System.Security.Cryptography.Primitives/Directory.Build.props +++ b/src/libraries/System.Security.Cryptography.Primitives/Directory.Build.props @@ -2,7 +2,5 @@ Microsoft - true - browser - \ No newline at end of file +