Add TargetPlatformAttribute to list of removed attributes (#52452)
authorMarek Safar <marek.safar@gmail.com>
Fri, 7 May 2021 21:27:36 +0000 (23:27 +0200)
committerGitHub <noreply@github.com>
Fri, 7 May 2021 21:27:36 +0000 (23:27 +0200)
src/mono/System.Private.CoreLib/src/ILLink/ILLink.LinkAttributes.xml

index 13f2870..03baada 100644 (file)
@@ -93,6 +93,9 @@
     <type fullname="System.Runtime.Versioning.UnsupportedOSPlatformAttribute">
       <attribute internal="RemoveAttributeInstances" />
     </type>
+    <type fullname="System.Runtime.Versioning.TargetPlatformAttribute">
+      <attribute internal="RemoveAttributeInstances" />
+    </type>
 
     <!-- System.ComponentModel -->
     <type fullname="System.ComponentModel.EditorBrowsableAttribute">