From 762ae31f0544fcdb468818cdea3599da0c7da0c4 Mon Sep 17 00:00:00 2001 From: Brandon Thetford Date: Sun, 28 Apr 2024 11:02:27 -0700 Subject: [PATCH] Cleanup for this project file Don't need the conditional includes since it has to be netstandard2.0 Consolidate sections after removing that. Correct and clarify the comment up top for current state of the csproj --- .../Terminal.Gui.Analyzers.Internal.csproj | 47 +++++++------------ 1 file changed, 18 insertions(+), 29 deletions(-) diff --git a/Analyzers/Terminal.Gui.Analyzers.Internal/Terminal.Gui.Analyzers.Internal.csproj b/Analyzers/Terminal.Gui.Analyzers.Internal/Terminal.Gui.Analyzers.Internal.csproj index d1bde776f..f63bacf78 100644 --- a/Analyzers/Terminal.Gui.Analyzers.Internal/Terminal.Gui.Analyzers.Internal.csproj +++ b/Analyzers/Terminal.Gui.Analyzers.Internal/Terminal.Gui.Analyzers.Internal.csproj @@ -1,9 +1,9 @@  netstandard2.0 @@ -32,36 +32,22 @@ - - - - - $(NoWarn);nullable;CA1067 - - - - - - - - - - - - - - - - - - - - + + + $(NoWarn);nullable;CA1067 + + + + + + + + - + - + @@ -79,5 +65,8 @@ + + +