From a959f179078802163cc50bec2462112b48afa660 Mon Sep 17 00:00:00 2001 From: Dimitar Dobrev Date: Sat, 5 Dec 2015 19:48:30 +0200 Subject: [PATCH] Upped the required Mono/.NET to 4.5 to be able to use Roslyn. Signed-off-by: Dimitar Dobrev --- build/premake4.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/premake4.lua b/build/premake4.lua index 4c2b8e65..f002bea9 100644 --- a/build/premake4.lua +++ b/build/premake4.lua @@ -28,10 +28,10 @@ solution "CppSharp" end configuration "vs2013" - framework "4.0" + framework "4.5" configuration "vs2012" - framework "4.0" + framework "4.5" configuration "windows" defines { "WINDOWS" }