Skip to content

Commit cf3d897

Browse files
authored
don't filter new platform attributes (dotnet#5322)
1 parent fcce00b commit cf3d897

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

xml/_filter.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@
6464
</namespaceFilter>
6565
<!-- Attributes in System.Runtime.Versioning control details of resource loading. Don't show them. -->
6666
<namespaceFilter name="System.Runtime.Versioning">
67+
<typeFilter name="SupportedOSPlatformAttribute" expose="true" />
68+
<typeFilter name="TargetPlatformAttribute" expose="true" />
69+
<typeFilter name="UnsupportedOSPlatformAttribute" expose="true" />
6770
<typeFilter name="*" expose="false" />
6871
</namespaceFilter>
6972
<!-- Attributes in System.Security might hint as security implementation details. Don't show them. -->

0 commit comments

Comments
 (0)