diff --git a/Chickensoft.GoDotLog/Chickensoft.GoDotLog.csproj b/Chickensoft.GoDotLog/Chickensoft.GoDotLog.csproj index a7bfb80..0c6faad 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 8107c1b..57db6ee 100644 --- a/global.json +++ b/global.json @@ -4,6 +4,6 @@ "rollForward": "latestMinor" }, "msbuild-sdks": { - "Godot.NET.Sdk": "4.3.0-rc.3" + "Godot.NET.Sdk": "4.3.0" } }