From e5ee8f3284763674dc8a6d43af2f419097e0e9ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 14:11:29 +0000 Subject: [PATCH] Update dotnet monorepo to v8 --- Source/Schema.NET.Pending/Schema.NET.Pending.csproj | 2 +- Source/Schema.NET/Schema.NET.csproj | 2 +- Tools/Schema.NET.Tool/Schema.NET.Tool.csproj | 12 ++++++------ global.json | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Source/Schema.NET.Pending/Schema.NET.Pending.csproj b/Source/Schema.NET.Pending/Schema.NET.Pending.csproj index 50fb96a3..0a281daf 100644 --- a/Source/Schema.NET.Pending/Schema.NET.Pending.csproj +++ b/Source/Schema.NET.Pending/Schema.NET.Pending.csproj @@ -14,7 +14,7 @@ - + diff --git a/Source/Schema.NET/Schema.NET.csproj b/Source/Schema.NET/Schema.NET.csproj index 967987bc..738e50eb 100644 --- a/Source/Schema.NET/Schema.NET.csproj +++ b/Source/Schema.NET/Schema.NET.csproj @@ -14,7 +14,7 @@ - + diff --git a/Tools/Schema.NET.Tool/Schema.NET.Tool.csproj b/Tools/Schema.NET.Tool/Schema.NET.Tool.csproj index a885d530..c5902ad4 100644 --- a/Tools/Schema.NET.Tool/Schema.NET.Tool.csproj +++ b/Tools/Schema.NET.Tool/Schema.NET.Tool.csproj @@ -20,24 +20,24 @@ .NET SDK issue with related transient dependency discussion https://github.com/dotnet/sdk/issues/17775 --> - + - - + + - + - - + + diff --git a/global.json b/global.json index 937e33c8..62c37787 100644 --- a/global.json +++ b/global.json @@ -2,6 +2,6 @@ "sdk": { "allowPrerelease": false, "rollForward": "latestMajor", - "version": "7.0.401" + "version": "8.0.302" } }