From 90ea7eb64e37e88e55638d10d34aa0f78c7f5bff Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sun, 17 Dec 2023 03:47:46 +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..ee28547b 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..c72fcaa7 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..fc8d9722 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..5c1049a0 100644
--- a/global.json
+++ b/global.json
@@ -2,6 +2,6 @@
"sdk": {
"allowPrerelease": false,
"rollForward": "latestMajor",
- "version": "7.0.401"
+ "version": "8.0.100"
}
}