Skip to content

Commit 96d231e

Browse files
committed
Generate projects for .NET 4.7 to use new features
An example is LPUTF8Str which can be used for marshalling UTF-8 strings. Signed-off-by: Dimitar Dobrev <[email protected]>
1 parent 990d04d commit 96d231e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Helpers.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ function SetupManagedProject()
138138
location ("%{wks.location}/projects")
139139
buildoptions {"/platform:".._OPTIONS["arch"]}
140140

141-
dotnetframework "4.6"
141+
dotnetframework "4.7"
142142

143143
if not os.istarget("macosx") then
144144
filter { "action:vs* or netcore" }

0 commit comments

Comments
 (0)