Skip to content

Commit

Permalink
[browser] Mark APIs as unsupported on browser (dotnet/runtime#40612)
Browse files Browse the repository at this point in the history
* Mark System.Security.Cryptography.OpenSsl as unsupported on browser

* Mark other System.Security.Cryptography APIs as unsupported on browser

* Mark System.Data.Odbc.* as unsupported on browser

* Mark System.DirectoryServices.Protocols APIs as unsupported on browser

* Mark System.Drawing.Common APIs as unsupported on browser

* Mark System.IO.Ports as unsupported on browser

Commit migrated from dotnet/runtime@196fd18
  • Loading branch information
MaximLipnin authored Aug 13, 2020
1 parent d9318ed commit 14e179a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/System.Drawing.Common/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
<Import Project="..\Directory.Build.props" />
<PropertyGroup>
<StrongNameKeyId>Open</StrongNameKeyId>
<IncludePlatformAttributes>true</IncludePlatformAttributes>
<UnsupportedOSPlatforms>browser</UnsupportedOSPlatforms>
</PropertyGroup>
</Project>

0 comments on commit 14e179a

Please sign in to comment.