From 184f678f38af22b3d431ff7b50fa8360777ba50e Mon Sep 17 00:00:00 2001 From: Joao Matos Date: Tue, 1 Aug 2017 19:43:33 +0100 Subject: [PATCH] Use dotnetframework instead of framework Premake command. --- build/Helpers.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/Helpers.lua b/build/Helpers.lua index 919e6d78..88d20544 100644 --- a/build/Helpers.lua +++ b/build/Helpers.lua @@ -99,7 +99,7 @@ function SetupManagedProject() language "C#" location ("%{wks.location}/projects") - framework "4.6" + dotnetframework "4.6" if not os.istarget("macosx") then filter { "action:vs*" } @@ -108,10 +108,10 @@ function SetupManagedProject() end filter { "action:vs2013" } - framework "4.5" + dotnetframework "4.5" filter { "action:vs2012" } - framework "4.5" + dotnetframework "4.5" filter {} end