You've already forked godot
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:
@@ -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"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user