diff --git a/Chickensoft.GoDotTest/Chickensoft.GoDotTest.csproj b/Chickensoft.GoDotTest/Chickensoft.GoDotTest.csproj index e103126..22a9b9f 100644 --- a/Chickensoft.GoDotTest/Chickensoft.GoDotTest.csproj +++ b/Chickensoft.GoDotTest/Chickensoft.GoDotTest.csproj @@ -39,7 +39,7 @@ - + diff --git a/global.json b/global.json index b28c4b6..cdbb9f7 100644 --- a/global.json +++ b/global.json @@ -4,6 +4,6 @@ "rollForward": "latestMinor" }, "msbuild-sdks": { - "Godot.NET.Sdk": "4.1.2" + "Godot.NET.Sdk": "4.2.0-beta.1" } }