Skip to content

Commit 66637cc

Browse files
committed
Default to .NET Framework 4.6 in Premake.
1 parent b4735df commit 66637cc

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

build/Helpers.lua

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -99,20 +99,14 @@ function SetupManagedProject()
9999
language "C#"
100100
location ("%{wks.location}/projects")
101101

102+
framework "4.6"
103+
102104
if not os.istarget("macosx") then
103105
filter { "action:vs*" }
104106
location "."
105107
filter {}
106108
end
107109

108-
if action == "vs2017" then
109-
filter { "action:vs2017" }
110-
framework "4.6"
111-
elseif action == "vs2015" then
112-
filter { "action:vs2015" }
113-
framework "4.6"
114-
end
115-
116110
filter { "action:vs2013" }
117111
framework "4.5"
118112

0 commit comments

Comments
 (0)