mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 00:46:39 +01:00
Switch to namespace import, now that the types are no longer ambiguous
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user