From cc3832716dd7edb50e8905705dc3aa9a23944322 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 22:31:20 +0000 Subject: [PATCH] chore(deps): update all dependencies --- OpenPolytopia.Common/OpenPolytopia.Common.csproj | 4 ++-- OpenPolytopia/OpenPolytopia.csproj | 10 +++++----- StdbModule/StdbModule.csproj | 2 +- global.json | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/OpenPolytopia.Common/OpenPolytopia.Common.csproj b/OpenPolytopia.Common/OpenPolytopia.Common.csproj index 8534f7e..63c86f3 100644 --- a/OpenPolytopia.Common/OpenPolytopia.Common.csproj +++ b/OpenPolytopia.Common/OpenPolytopia.Common.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/OpenPolytopia/OpenPolytopia.csproj b/OpenPolytopia/OpenPolytopia.csproj index 3248946..4f41101 100644 --- a/OpenPolytopia/OpenPolytopia.csproj +++ b/OpenPolytopia/OpenPolytopia.csproj @@ -1,4 +1,4 @@ - + true latest @@ -32,9 +32,9 @@ - + - + @@ -45,9 +45,9 @@ - + - + diff --git a/StdbModule/StdbModule.csproj b/StdbModule/StdbModule.csproj index eb1aacc..76bb52c 100644 --- a/StdbModule/StdbModule.csproj +++ b/StdbModule/StdbModule.csproj @@ -11,7 +11,7 @@ - + diff --git a/global.json b/global.json index e55b64f..4c8e05e 100644 --- a/global.json +++ b/global.json @@ -1,9 +1,9 @@ { "sdk": { - "version": "9.0.306", + "version": "9.0.308", "rollForward": "major" }, "msbuild-sdks": { - "Godot.NET.Sdk": "4.5.0" + "Godot.NET.Sdk": "4.5.1" } }