Mark System.IO.Pipes Unsupported at assembly level (#41976)
authorMitchell Hwang <mitchhwang1418@gmail.com>
Wed, 9 Sep 2020 13:36:02 +0000 (09:36 -0400)
committerGitHub <noreply@github.com>
Wed, 9 Sep 2020 13:36:02 +0000 (09:36 -0400)
Co-authored-by: Mitchell Hwang <mitchell.hwang@microsoft.com>
src/libraries/System.IO.Pipes/Directory.Build.props

index d68d22c..ce244cb 100644 (file)
@@ -3,5 +3,6 @@
   <PropertyGroup>
     <StrongNameKeyId>Microsoft</StrongNameKeyId>
     <IncludePlatformAttributes>true</IncludePlatformAttributes>
+    <UnsupportedOSPlatforms>browser</UnsupportedOSPlatforms>
   </PropertyGroup>
 </Project>
\ No newline at end of file