Change c# projects to dotnet framework version 4.5 due to dependencies not being available for newer versions

This commit is contained in:
Jan
2019-10-27 13:31:50 +01:00
parent 5245f40307
commit 146c992dd5
3 changed files with 10 additions and 1 deletions

View File

@ -20,6 +20,7 @@ function ZoneCodeGenerator:project()
location "%{wks.location}/src/%{prj.name}"
kind "ConsoleApp"
language "C#"
dotnetframework "4.5"
namespace "ZoneCodeGenerator"
files {