Skip to content

Commit cf258a1

Browse files
[release/5.0] [browser][crypto] Remove restraining not supported attribute Primitives (#43441)
Co-authored-by: Kenneth Pouncey <[email protected]>
1 parent 25c7409 commit cf258a1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,5 @@
22
<Import Project="..\Directory.Build.props" />
33
<PropertyGroup>
44
<StrongNameKeyId>Microsoft</StrongNameKeyId>
5-
<IncludePlatformAttributes>true</IncludePlatformAttributes>
6-
<UnsupportedOSPlatforms>browser</UnsupportedOSPlatforms>
75
</PropertyGroup>
8-
</Project>
6+
</Project>

0 commit comments

Comments
 (0)