[browser][crypto] Remove restraining not supported attribute Primitives (#43387)
authorKenneth Pouncey <kjpou@pt.lu>
Thu, 15 Oct 2020 11:55:01 +0000 (13:55 +0200)
committerGitHub <noreply@github.com>
Thu, 15 Oct 2020 11:55:01 +0000 (13:55 +0200)
* [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 `<IncludePlatformAttributes>` attribute as well

src/libraries/System.Security.Cryptography.Primitives/Directory.Build.props

index ce244cb..e8d6554 100644 (file)
@@ -2,7 +2,5 @@
   <Import Project="..\Directory.Build.props" />
   <PropertyGroup>
     <StrongNameKeyId>Microsoft</StrongNameKeyId>
-    <IncludePlatformAttributes>true</IncludePlatformAttributes>
-    <UnsupportedOSPlatforms>browser</UnsupportedOSPlatforms>
   </PropertyGroup>
-</Project>
\ No newline at end of file
+</Project>