diff --git a/Chickensoft.GoDotLog/Chickensoft.GoDotLog.csproj b/Chickensoft.GoDotLog/Chickensoft.GoDotLog.csproj index a203426..0fd8566 100644 --- a/Chickensoft.GoDotLog/Chickensoft.GoDotLog.csproj +++ b/Chickensoft.GoDotLog/Chickensoft.GoDotLog.csproj @@ -38,6 +38,6 @@ - + diff --git a/global.json b/global.json index ab3074e..5d4b581 100644 --- a/global.json +++ b/global.json @@ -1,9 +1,9 @@ { "sdk": { - "version": "8.0.100-rc.2.23502.2", + "version": "8.0.100", "rollForward": "latestMinor" }, "msbuild-sdks": { - "Godot.NET.Sdk": "4.2.0-beta.5" + "Godot.NET.Sdk": "4.2.0-rc.2" } }