From 24cc2c5b9b34772d6864948e9be72342b8f2da16 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 21:00:26 +0000 Subject: [PATCH] chore(deps): update dependency godot.net.sdk to 4.7.2 --- .../Chickensoft.GodotTestDriver.Tests.csproj | 2 +- global.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Chickensoft.GodotTestDriver.Tests/Chickensoft.GodotTestDriver.Tests.csproj b/Chickensoft.GodotTestDriver.Tests/Chickensoft.GodotTestDriver.Tests.csproj index 628299d..f20715c 100644 --- a/Chickensoft.GodotTestDriver.Tests/Chickensoft.GodotTestDriver.Tests.csproj +++ b/Chickensoft.GodotTestDriver.Tests/Chickensoft.GodotTestDriver.Tests.csproj @@ -1,4 +1,4 @@ - + net8.0 true diff --git a/global.json b/global.json index c88f420..a9bf0fa 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "msbuild-sdks": { - "Godot.NET.Sdk": "4.7.1" + "Godot.NET.Sdk": "4.7.2" }, "sdk": { "rollForward": "major",