From c149d1bec005a030c3d3b213dc4a2625733355b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 04:41:25 +0000 Subject: [PATCH] chore(deps): update all dependencies --- Chickensoft.GoDotLog/Chickensoft.GoDotLog.csproj | 2 +- global.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Chickensoft.GoDotLog/Chickensoft.GoDotLog.csproj b/Chickensoft.GoDotLog/Chickensoft.GoDotLog.csproj index eea069f..c96e82b 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 5063b1c..322f068 100644 --- a/global.json +++ b/global.json @@ -1,9 +1,9 @@ { "sdk": { - "version": "6.0.411", + "version": "6.0.412", "rollForward": "latestMinor" }, "msbuild-sdks": { - "Godot.NET.Sdk": "4.1.0-rc.3" + "Godot.NET.Sdk": "4.1.0" } }