Browse Source

Upped the required Mono/.NET to 4.5 to be able to use Roslyn.

Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>
pull/591/head
Dimitar Dobrev 10 years ago
parent
commit
a959f17907
  1. 4
      build/premake4.lua

4
build/premake4.lua

@ -28,10 +28,10 @@ solution "CppSharp" @@ -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" }

Loading…
Cancel
Save