From e6b291b152b16ab42248c24f48bdb48bc8052b19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Wed, 17 Mar 2021 14:46:20 +0100 Subject: [PATCH] Mono: Bump Godot.NET.Sdk to 3.3.0 Using only 3.3 results in a build warning. Follow-up to #47055. --- .../editor/Godot.NET.Sdk/Godot.NET.Sdk/Godot.NET.Sdk.csproj | 4 ++-- .../GodotTools/GodotTools.ProjectEditor/ProjectGenerator.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/mono/editor/Godot.NET.Sdk/Godot.NET.Sdk/Godot.NET.Sdk.csproj b/modules/mono/editor/Godot.NET.Sdk/Godot.NET.Sdk/Godot.NET.Sdk.csproj index 116596f0a68..f3e4221b9ff 100644 --- a/modules/mono/editor/Godot.NET.Sdk/Godot.NET.Sdk/Godot.NET.Sdk.csproj +++ b/modules/mono/editor/Godot.NET.Sdk/Godot.NET.Sdk/Godot.NET.Sdk.csproj @@ -6,8 +6,8 @@ Godot Engine contributors Godot.NET.Sdk - 3.3 - 3.3 + 3.3.0 + 3.3.0 https://github.com/godotengine/godot/tree/master/modules/mono/editor/Godot.NET.Sdk MSBuildSdk MSBuildSdk diff --git a/modules/mono/editor/GodotTools/GodotTools.ProjectEditor/ProjectGenerator.cs b/modules/mono/editor/GodotTools/GodotTools.ProjectEditor/ProjectGenerator.cs index ccbbb9ac01a..59c5fd12169 100644 --- a/modules/mono/editor/GodotTools/GodotTools.ProjectEditor/ProjectGenerator.cs +++ b/modules/mono/editor/GodotTools/GodotTools.ProjectEditor/ProjectGenerator.cs @@ -8,7 +8,7 @@ namespace GodotTools.ProjectEditor { public static class ProjectGenerator { - public const string GodotSdkVersionToUse = "3.3"; + public const string GodotSdkVersionToUse = "3.3.0"; public const string GodotSdkNameToUse = "Godot.NET.Sdk"; public static ProjectRootElement GenGameProject(string name)