Skip to content

Commit

Permalink
[browser][crypto] Remove restraining not supported attribute Primitiv…
Browse files Browse the repository at this point in the history
…es (dotnet#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 `<IncludePlatformAttributes>` attribute as well
  • Loading branch information
kjpou1 committed Oct 15, 2020
1 parent b6af738 commit 117dd1c
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,5 @@
<Import Project="..\Directory.Build.props" />
<PropertyGroup>
<StrongNameKeyId>Microsoft</StrongNameKeyId>
<IncludePlatformAttributes>true</IncludePlatformAttributes>
<UnsupportedOSPlatforms>browser</UnsupportedOSPlatforms>
</PropertyGroup>
</Project>
</Project>

0 comments on commit 117dd1c

Please sign in to comment.