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 66637cc commit 184f678Copy full SHA for 184f678
build/Helpers.lua
@@ -99,7 +99,7 @@ function SetupManagedProject()
99
language "C#"
100
location ("%{wks.location}/projects")
101
102
- framework "4.6"
+ dotnetframework "4.6"
103
104
if not os.istarget("macosx") then
105
filter { "action:vs*" }
@@ -108,10 +108,10 @@ function SetupManagedProject()
108
end
109
110
filter { "action:vs2013" }
111
- framework "4.5"
+ dotnetframework "4.5"
112
113
filter { "action:vs2012" }
114
115
116
filter {}
117
0 commit comments