зеркало из https://github.com/mono/CppSharp.git
Upgrade to .NET 6.
This commit is contained in:
Родитель
f208697995
Коммит
415a7bf7ec
|
@ -61,7 +61,7 @@ msvc_cpp_defines = { }
|
|||
default_gcc_version = "9.0.0"
|
||||
generate_build_config = true
|
||||
premake.path = premake.path .. ";" .. path.join(builddir, "modules")
|
||||
targetframework = "netcoreapp3.1"
|
||||
targetframework = "net6.0"
|
||||
|
||||
function string.starts(str, start)
|
||||
if str == nil then return end
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
Загрузка…
Ссылка в новой задаче