Mark System.Diagnostics.Process unsupported at assembly level (#41694)
authorMitchell Hwang <mitchhwang1418@gmail.com>
Fri, 4 Sep 2020 16:21:48 +0000 (12:21 -0400)
committerGitHub <noreply@github.com>
Fri, 4 Sep 2020 16:21:48 +0000 (12:21 -0400)
Co-authored-by: Mitchell Hwang <mitchell.hwang@microsoft.com>
src/libraries/System.Diagnostics.Process/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