From 942e586f3cd0572fc22258384a3e1fef7ade0e5e Mon Sep 17 00:00:00 2001 From: Brandon Thetford Date: Sun, 25 Feb 2024 16:47:28 -0700 Subject: [PATCH] Switch to namespace import, now that the types are no longer ambiguous --- Terminal.Gui/Terminal.Gui.csproj | 5 +---- UnitTests/UnitTests.csproj | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/Terminal.Gui/Terminal.Gui.csproj b/Terminal.Gui/Terminal.Gui.csproj index 0bc1c8dac..9e3fd411c 100644 --- a/Terminal.Gui/Terminal.Gui.csproj +++ b/Terminal.Gui/Terminal.Gui.csproj @@ -90,10 +90,7 @@ - - - - + diff --git a/UnitTests/UnitTests.csproj b/UnitTests/UnitTests.csproj index f7a30b218..ad71c4b17 100644 --- a/UnitTests/UnitTests.csproj +++ b/UnitTests/UnitTests.csproj @@ -46,10 +46,7 @@ - - - - +