From d074226353881c004a3c665f3f7dc71d5338074c Mon Sep 17 00:00:00 2001 From: Corniel Nobel Date: Sat, 16 Nov 2024 20:51:24 +0100 Subject: [PATCH] Minor improvements (#287) --- Directory.Build.props | 9 ++++---- .../Buildalyzer.Workspaces.csproj | 4 +++- src/Buildalyzer/Buildalyzer.csproj | 2 +- .../Buildalyzer.Tests.csproj | 21 ++++++++++++------- .../Buildalyzer.Workspaces.Tests.csproj | 17 +++++++++------ 5 files changed, 33 insertions(+), 20 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 1bcd4419..eba5cebd 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -9,6 +9,7 @@ true snupkg true + true @@ -18,7 +19,7 @@ $(Version.Split('-')[0]) 12 enable - true + true false @@ -46,9 +47,9 @@ - - - + + + diff --git a/src/Buildalyzer.Workspaces/Buildalyzer.Workspaces.csproj b/src/Buildalyzer.Workspaces/Buildalyzer.Workspaces.csproj index 3bf2265f..7c13de6e 100644 --- a/src/Buildalyzer.Workspaces/Buildalyzer.Workspaces.csproj +++ b/src/Buildalyzer.Workspaces/Buildalyzer.Workspaces.csproj @@ -13,8 +13,10 @@ 6.0.0 library + @@ -24,7 +26,7 @@ ToBeReleased - + diff --git a/src/Buildalyzer/Buildalyzer.csproj b/src/Buildalyzer/Buildalyzer.csproj index ecbbbe93..73268142 100644 --- a/src/Buildalyzer/Buildalyzer.csproj +++ b/src/Buildalyzer/Buildalyzer.csproj @@ -36,7 +36,7 @@ ToBeReleased - + diff --git a/tests/Buildalyzer.Tests/Buildalyzer.Tests.csproj b/tests/Buildalyzer.Tests/Buildalyzer.Tests.csproj index 7ccf5a51..b84ae6fe 100644 --- a/tests/Buildalyzer.Tests/Buildalyzer.Tests.csproj +++ b/tests/Buildalyzer.Tests/Buildalyzer.Tests.csproj @@ -2,6 +2,7 @@ net8.0 + true false library @@ -11,16 +12,20 @@ - + - - - + + + - - + - + + + + + + @@ -28,7 +33,7 @@ - + diff --git a/tests/Buildalyzer.Workspaces.Tests/Buildalyzer.Workspaces.Tests.csproj b/tests/Buildalyzer.Workspaces.Tests/Buildalyzer.Workspaces.Tests.csproj index d7239a1b..6a2d4c81 100644 --- a/tests/Buildalyzer.Workspaces.Tests/Buildalyzer.Workspaces.Tests.csproj +++ b/tests/Buildalyzer.Workspaces.Tests/Buildalyzer.Workspaces.Tests.csproj @@ -2,27 +2,32 @@ net8.0 + true false library - - + - - + + + + + + + - - + +