We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f208697 commit 415a7bfCopy full SHA for 415a7bf
build/Helpers.lua
@@ -61,7 +61,7 @@ msvc_cpp_defines = { }
61
default_gcc_version = "9.0.0"
62
generate_build_config = true
63
premake.path = premake.path .. ";" .. path.join(builddir, "modules")
64
-targetframework = "netcoreapp3.1"
+targetframework = "net6.0"
65
66
function string.starts(str, start)
67
if str == nil then return end
src/CLI/CppSharp.CLI.csproj
@@ -1,6 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<OutputType>Exe</OutputType>
4
+ <TargetFramework>net6.0</TargetFramework>
5
</PropertyGroup>
6
7
<ItemGroup>
0 commit comments