From c610b345875ee4e46e5b23220ff223a9436cc9e3 Mon Sep 17 00:00:00 2001 From: Kenneth Pouncey Date: Wed, 14 Oct 2020 06:47:57 +0200 Subject: [PATCH 1/2] [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. --- .../Directory.Build.props | 3 +-- 1 file changed, 1 insertion(+), 2 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..6de21625f4fa2 100644 --- a/src/libraries/System.Security.Cryptography.Primitives/Directory.Build.props +++ b/src/libraries/System.Security.Cryptography.Primitives/Directory.Build.props @@ -3,6 +3,5 @@ Microsoft true - browser - \ No newline at end of file + From 337b806a19ea33ea69bc956af723f3c55520ee13 Mon Sep 17 00:00:00 2001 From: Kenneth Pouncey Date: Wed, 14 Oct 2020 09:41:47 +0200 Subject: [PATCH 2/2] Address review comments. Remove `` attribute as well --- .../Directory.Build.props | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libraries/System.Security.Cryptography.Primitives/Directory.Build.props b/src/libraries/System.Security.Cryptography.Primitives/Directory.Build.props index 6de21625f4fa2..e8d65546d0c80 100644 --- a/src/libraries/System.Security.Cryptography.Primitives/Directory.Build.props +++ b/src/libraries/System.Security.Cryptography.Primitives/Directory.Build.props @@ -2,6 +2,5 @@ Microsoft - true