From 515dd1e978b11311dad465c970981c38fa8df5ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 09:37:50 +0000 Subject: [PATCH] chore(deps): update all dependencies to v4.2.0-beta.2 --- Chickensoft.GoDotTest/Chickensoft.GoDotTest.csproj | 2 +- global.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Chickensoft.GoDotTest/Chickensoft.GoDotTest.csproj b/Chickensoft.GoDotTest/Chickensoft.GoDotTest.csproj index e103126..f4f01c7 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..f17708e 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.2" } }