C#: Upgrade to .NET 6 (5.0 -> 6.0)
This commit is contained in:
parent
e22dd3bc6a
commit
18f805b3aa
38 changed files with 231 additions and 352 deletions
|
|
@ -226,7 +226,7 @@ def build_godot_api(msbuild_tool, module_dir, output_dir):
|
|||
|
||||
core_src_dir = os.path.abspath(os.path.join(sln, os.pardir, "GodotSharp", "bin", build_config))
|
||||
editor_src_dir = os.path.abspath(os.path.join(sln, os.pardir, "GodotSharpEditor", "bin", build_config))
|
||||
plugins_src_dir = os.path.abspath(os.path.join(sln, os.pardir, "GodotPlugins", "bin", build_config, "net5.0"))
|
||||
plugins_src_dir = os.path.abspath(os.path.join(sln, os.pardir, "GodotPlugins", "bin", build_config, "net6.0"))
|
||||
|
||||
if not os.path.isdir(editor_api_dir):
|
||||
assert not os.path.isfile(editor_api_dir)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue