From 2b43b860eb02d9c54ff48fbf2f29fa2af884171b Mon Sep 17 00:00:00 2001 From: Mitchell Hwang Date: Tue, 8 Sep 2020 19:24:33 -0400 Subject: [PATCH] [wasm] Mark System.Net.NameResolution Unsupported at assembly level (#41985) Co-authored-by: Mitchell Hwang --- src/libraries/System.Net.NameResolution/Directory.Build.props | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libraries/System.Net.NameResolution/Directory.Build.props b/src/libraries/System.Net.NameResolution/Directory.Build.props index 63f02a0f817ef..ce244cbea5619 100644 --- a/src/libraries/System.Net.NameResolution/Directory.Build.props +++ b/src/libraries/System.Net.NameResolution/Directory.Build.props @@ -2,5 +2,7 @@ Microsoft + true + browser \ No newline at end of file