Skip to content

Commit 415a7bf

Browse files
committed
Upgrade to .NET 6.
1 parent f208697 commit 415a7bf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build/Helpers.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ msvc_cpp_defines = { }
6161
default_gcc_version = "9.0.0"
6262
generate_build_config = true
6363
premake.path = premake.path .. ";" .. path.join(builddir, "modules")
64-
targetframework = "netcoreapp3.1"
64+
targetframework = "net6.0"
6565

6666
function string.starts(str, start)
6767
if str == nil then return end

src/CLI/CppSharp.CLI.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
4+
<TargetFramework>net6.0</TargetFramework>
45
</PropertyGroup>
56

67
<ItemGroup>

0 commit comments

Comments
 (0)