We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c78a32 commit 7975e2bCopy full SHA for 7975e2b
src/MSBuild.Conversion.Facts/DesktopFacts.cs
@@ -39,8 +39,7 @@ public static class DesktopFacts
39
/// </remarks>
40
public static ImmutableArray<string> KnownWinFormsReferences => ImmutableArray.Create(
41
"System.Windows.Forms",
42
- "System.Deployment",
43
- "System.Drawing"
+ "System.Deployment"
44
);
45
46
public static ImmutableArray<string> KnownDesktopReferences => ImmutableArray.Create(
0 commit comments