Switch to namespace import, now that the types are no longer ambiguous

This commit is contained in:
Brandon Thetford
2024-02-25 16:47:28 -07:00
parent 9303af9c44
commit 942e586f3c
2 changed files with 2 additions and 8 deletions

View File

@@ -90,10 +90,7 @@
<ItemGroup>
<Using Include="JetBrains.Annotations" />
<Using Include="System.Diagnostics.Contracts.PureAttribute" Alias="PureAttribute" />
<Using Include="System.Drawing.Rectangle" Alias="Rectangle" />
<Using Include="System.Drawing.RectangleF" Alias="RectangleF" />
<Using Include="System.Drawing.Point" Alias="Point" />
<Using Include="System.Drawing.PointF" Alias="PointF" />
<Using Include="System.Drawing" />
<Using Include="System.Text" />
<Using Include="JetBrains.Annotations" />
</ItemGroup>

View File

@@ -46,10 +46,7 @@
</None>
</ItemGroup>
<ItemGroup>
<Using Include="System.Drawing.Rectangle" Alias="Rectangle" />
<Using Include="System.Drawing.RectangleF" Alias="RectangleF" />
<Using Include="System.Drawing.Point" Alias="Point" />
<Using Include="System.Drawing.PointF" Alias="PointF" />
<Using Include="System.Drawing" />
<Using Include="Terminal.Gui" />
<Using Include="Xunit" />
</ItemGroup>