diff --git a/Chickensoft.GoDotTest/Chickensoft.GoDotTest.csproj b/Chickensoft.GoDotTest/Chickensoft.GoDotTest.csproj index 64db52b..8385aba 100644 --- a/Chickensoft.GoDotTest/Chickensoft.GoDotTest.csproj +++ b/Chickensoft.GoDotTest/Chickensoft.GoDotTest.csproj @@ -39,9 +39,9 @@ - + - + diff --git a/global.json b/global.json index f3ff7ac..d2d2983 100644 --- a/global.json +++ b/global.json @@ -4,6 +4,6 @@ "rollForward": "latestMinor" }, "msbuild-sdks": { - "Godot.NET.Sdk": "4.1.0-beta.3" + "Godot.NET.Sdk": "4.1.0-rc.1" } }