mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Switch to namespace import, now that the types are no longer ambiguous
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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