1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-09 12:50:35 +00:00

Mono: Bump Godot.NET.Sdk to 3.3.0

Using only 3.3 results in a build warning.

Follow-up to #47055.
This commit is contained in:
Rémi Verschelde
2021-03-17 14:46:20 +01:00
parent 2ffbe3c877
commit e6b291b152
2 changed files with 3 additions and 3 deletions

View File

@@ -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)