Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2020-10-19 20:58:31 +0300
committerGitHub <noreply@github.com>2020-10-19 20:58:31 +0300
commitcf258a14b70ad9069470a108f13765e0e5988f51 (patch)
tree6e56ba41176cabda581f7b5d62f70ab3ba083209
parent25c7409c0e2a8980f09ab2e4c3ad330b633582ec (diff)
[release/5.0] [browser][crypto] Remove restraining not supported attribute Primitives (#43441)v5.0.0-rtm.20519.4v5.0.0
Co-authored-by: Kenneth Pouncey <kjpou@pt.lu>
-rw-r--r--src/libraries/System.Security.Cryptography.Primitives/Directory.Build.props4
1 files changed, 1 insertions, 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 ce244cbea56..e8d65546d0c 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 @@
<Import Project="..\Directory.Build.props" />
<PropertyGroup>
<StrongNameKeyId>Microsoft</StrongNameKeyId>
- <IncludePlatformAttributes>true</IncludePlatformAttributes>
- <UnsupportedOSPlatforms>browser</UnsupportedOSPlatforms>
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>