diff --git a/Chickensoft.GodotGame.csproj b/Chickensoft.GodotGame.csproj index f290c31..cc4a8d7 100644 --- a/Chickensoft.GodotGame.csproj +++ b/Chickensoft.GodotGame.csproj @@ -1,4 +1,4 @@ - + net8.0 true diff --git a/global.json b/global.json index 6176a5f..e2ebe6f 100644 --- a/global.json +++ b/global.json @@ -4,6 +4,6 @@ "rollForward": "major" }, "msbuild-sdks": { - "Godot.NET.Sdk": "4.7.1" + "Godot.NET.Sdk": "4.7.2" } }