Skip to content

Commit 7975e2b

Browse files
committed
System.Drawing isn't necessarilly indicative of WinForms
1 parent 1c78a32 commit 7975e2b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/MSBuild.Conversion.Facts/DesktopFacts.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ public static class DesktopFacts
3939
/// </remarks>
4040
public static ImmutableArray<string> KnownWinFormsReferences => ImmutableArray.Create(
4141
"System.Windows.Forms",
42-
"System.Deployment",
43-
"System.Drawing"
42+
"System.Deployment"
4443
);
4544

4645
public static ImmutableArray<string> KnownDesktopReferences => ImmutableArray.Create(

0 commit comments

Comments
 (0)