summaryrefslogtreecommitdiff
path: root/modules/mono/build_scripts/mono_configure.py
diff options
context:
space:
mode:
authorIgnacio Roldán Etcheverry <ignalfonsore@gmail.com>2022-02-27 21:57:50 +0100
committerIgnacio Roldán Etcheverry <ignalfonsore@gmail.com>2022-08-22 03:36:51 +0200
commit18f805b3aad2be838a7396f18d4ebd99182b6935 (patch)
tree9ff84cce39b8735c9940d01be7f76521f6042f55 /modules/mono/build_scripts/mono_configure.py
parente22dd3bc6a0934d26ba5c406505b2c60c43445fd (diff)
C#: Upgrade to .NET 6 (5.0 -> 6.0)
Diffstat (limited to 'modules/mono/build_scripts/mono_configure.py')
-rw-r--r--modules/mono/build_scripts/mono_configure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mono/build_scripts/mono_configure.py b/modules/mono/build_scripts/mono_configure.py
index 39c9d58eee..c7f9b39b48 100644
--- a/modules/mono/build_scripts/mono_configure.py
+++ b/modules/mono/build_scripts/mono_configure.py
@@ -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"]