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

C#: Upgrade to .NET 6 (5.0 -> 6.0)

This commit is contained in:
Ignacio Roldán Etcheverry
2022-02-27 21:57:50 +01:00
parent e22dd3bc6a
commit 18f805b3aa
38 changed files with 231 additions and 352 deletions

View File

@@ -77,7 +77,7 @@ def configure(env, env_mono):
def find_dotnet_app_host_dir(env):
dotnet_version = "5.0"
dotnet_version = "6.0"
dotnet_root = env["dotnet_root"]