From a5d38c20f3698e9221b5dfcc4a694f1cac72cf7b Mon Sep 17 00:00:00 2001 From: Max Aigner Date: Fri, 15 Dec 2023 09:49:16 +0100 Subject: [PATCH] set global.json to the proper versions --- global.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/global.json b/global.json index d566360..9a2991e 100644 --- a/global.json +++ b/global.json @@ -1,9 +1,9 @@ { "sdk": { - "version": "8.0.100-rc.2.23502.2", - "rollForward": "major" + "version": "8.0.100", + "rollForward": "latestMinor" }, "msbuild-sdks": { - "Godot.NET.Sdk": "4.2.0-beta.5" + "Godot.NET.Sdk": "4.2.1" } -} +} \ No newline at end of file