diff --git a/src/ConfigReader.Tests/ConfigReader.Tests.csproj b/src/ConfigReader.Tests/ConfigReader.Tests.csproj index 33e1f0f4..363e4c78 100644 --- a/src/ConfigReader.Tests/ConfigReader.Tests.csproj +++ b/src/ConfigReader.Tests/ConfigReader.Tests.csproj @@ -7,11 +7,11 @@ - + - - + + PreserveNewest diff --git a/src/ConfigReader/ConfigReader.csproj b/src/ConfigReader/ConfigReader.csproj index 17fbb7bb..4d21621d 100644 --- a/src/ConfigReader/ConfigReader.csproj +++ b/src/ConfigReader/ConfigReader.csproj @@ -8,7 +8,7 @@ - + \ No newline at end of file diff --git a/src/MarkdownSnippets.MsBuild/MarkdownSnippets.MsBuild.csproj b/src/MarkdownSnippets.MsBuild/MarkdownSnippets.MsBuild.csproj index 1e9ce2e3..7a8b30a8 100644 --- a/src/MarkdownSnippets.MsBuild/MarkdownSnippets.MsBuild.csproj +++ b/src/MarkdownSnippets.MsBuild/MarkdownSnippets.MsBuild.csproj @@ -22,8 +22,8 @@ build - + - + \ No newline at end of file diff --git a/src/MarkdownSnippets.Tool.Tests/MarkdownSnippets.Tool.Tests.csproj b/src/MarkdownSnippets.Tool.Tests/MarkdownSnippets.Tool.Tests.csproj index 388e7172..db9604d4 100644 --- a/src/MarkdownSnippets.Tool.Tests/MarkdownSnippets.Tool.Tests.csproj +++ b/src/MarkdownSnippets.Tool.Tests/MarkdownSnippets.Tool.Tests.csproj @@ -4,14 +4,14 @@ net8.0 - + - + - + - + \ No newline at end of file diff --git a/src/MarkdownSnippets.Tool/MarkdownSnippets.Tool.csproj b/src/MarkdownSnippets.Tool/MarkdownSnippets.Tool.csproj index a517cf69..4994192e 100644 --- a/src/MarkdownSnippets.Tool/MarkdownSnippets.Tool.csproj +++ b/src/MarkdownSnippets.Tool/MarkdownSnippets.Tool.csproj @@ -15,6 +15,6 @@ - + \ No newline at end of file diff --git a/src/MarkdownSnippets/MarkdownSnippets.csproj b/src/MarkdownSnippets/MarkdownSnippets.csproj index 4cee5e95..1828ed72 100644 --- a/src/MarkdownSnippets/MarkdownSnippets.csproj +++ b/src/MarkdownSnippets/MarkdownSnippets.csproj @@ -4,7 +4,7 @@ netstandard2.0;net8.0 - + diff --git a/src/Shared.sln.DotSettings b/src/Shared.sln.DotSettings index f2dd1f39..7a4ed9eb 100644 --- a/src/Shared.sln.DotSettings +++ b/src/Shared.sln.DotSettings @@ -8,6 +8,7 @@ ERROR WARNING ERROR + ERROR ERROR ERROR ERROR diff --git a/src/Tests/Tests.csproj b/src/Tests/Tests.csproj index f3f0f94d..1c47e3a5 100644 --- a/src/Tests/Tests.csproj +++ b/src/Tests/Tests.csproj @@ -7,14 +7,14 @@ - + - + - + - + PreserveNewest diff --git a/src/global.json b/src/global.json index b71db4c5..eb78f2fc 100644 --- a/src/global.json +++ b/src/global.json @@ -3,7 +3,7 @@ "MSBuild.Sdk.Extras": "3.0.44" }, "sdk": { - "version": "8.0.101", + "version": "8.0.200", "allowPrerelease": true, "rollForward": "latestFeature" }