diff --git a/Chickensoft.GoDotLog/Chickensoft.GoDotLog.csproj b/Chickensoft.GoDotLog/Chickensoft.GoDotLog.csproj index b7bce5c..a4fa4f3 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 f2704ba..b4e5d6f 100644 --- a/global.json +++ b/global.json @@ -4,6 +4,6 @@ "rollForward": "latestMinor" }, "msbuild-sdks": { - "Godot.NET.Sdk": "4.2.1" + "Godot.NET.Sdk": "4.2.2-rc.1" } }