Skip to content

Commit

Permalink
Remove OSPlatformAttribute attributes from wasm linked output (#41799)
Browse files Browse the repository at this point in the history
Fixes #40163
  • Loading branch information
marek-safar authored Sep 3, 2020
1 parent 41fe0d3 commit 06d5a5e
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,19 @@
<type fullname="System.Runtime.Versioning.NonVersionableAttribute">
<attribute internal="RemoveAttributeInstances" />
</type>
<type fullname="System.Runtime.Versioning.SupportedOSPlatformAttribute">
<attribute internal="RemoveAttributeInstances" />
</type>
<type fullname="System.Runtime.Versioning.UnsupportedOSPlatformAttribute">
<attribute internal="RemoveAttributeInstances" />
</type>

<!-- System.ComponentModel -->
<type fullname="System.ComponentModel.EditorBrowsableAttribute">
<attribute internal="RemoveAttributeInstances" />
</type>
</assembly>

<!-- The following attributes are generated by the compiler, so they could be in any assembly -->
<assembly fullname="*">
<!-- System.Runtime.CompilerServices -->
Expand Down

0 comments on commit 06d5a5e

Please sign in to comment.