From 17b4e3d56bde753f2524084afcf90e33a3fa1f01 Mon Sep 17 00:00:00 2001 From: Tigger Kindel Date: Wed, 30 Aug 2023 06:49:34 -0600 Subject: [PATCH] cleaned out version info from csproj --- Example/Example.csproj | 6 ++---- Terminal.Gui/Terminal.Gui.csproj | 8 ++------ UICatalog/UICatalog.csproj | 6 ++---- UnitTests/UnitTests.csproj | 6 ++---- 4 files changed, 8 insertions(+), 18 deletions(-) diff --git a/Example/Example.csproj b/Example/Example.csproj index 31656bc28..900d2a48c 100644 --- a/Example/Example.csproj +++ b/Example/Example.csproj @@ -4,10 +4,8 @@ net7.0 - + 1.0.0.0 + 1.0.0 diff --git a/Terminal.Gui/Terminal.Gui.csproj b/Terminal.Gui/Terminal.Gui.csproj index e748e6653..10d5d70fa 100644 --- a/Terminal.Gui/Terminal.Gui.csproj +++ b/Terminal.Gui/Terminal.Gui.csproj @@ -5,12 +5,8 @@ - - + 1.0.0.0 + 1.0.0 diff --git a/UICatalog/UICatalog.csproj b/UICatalog/UICatalog.csproj index 3b68d0c27..5cefa2852 100644 --- a/UICatalog/UICatalog.csproj +++ b/UICatalog/UICatalog.csproj @@ -7,10 +7,8 @@ Linux - + 1.0.0.0 + 1.0.0 TRACE diff --git a/UnitTests/UnitTests.csproj b/UnitTests/UnitTests.csproj index 634cb5429..eaef38d35 100644 --- a/UnitTests/UnitTests.csproj +++ b/UnitTests/UnitTests.csproj @@ -8,10 +8,8 @@ - + 1.0.0.0 + 1.0.0 TRACE