Skip to content

Commit 184f678

Browse files
committed
Use dotnetframework instead of framework Premake command.
1 parent 66637cc commit 184f678

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/Helpers.lua

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

102-
framework "4.6"
102+
dotnetframework "4.6"
103103

104104
if not os.istarget("macosx") then
105105
filter { "action:vs*" }
@@ -108,10 +108,10 @@ function SetupManagedProject()
108108
end
109109

110110
filter { "action:vs2013" }
111-
framework "4.5"
111+
dotnetframework "4.5"
112112

113113
filter { "action:vs2012" }
114-
framework "4.5"
114+
dotnetframework "4.5"
115115

116116
filter {}
117117
end

0 commit comments

Comments
 (0)