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 ZoneCodeGeneratorTests:project()
location "%{wks.location}/test/%{prj.name}"
kind "SharedLib"
language "C#"
dotnetframework "4.5"
files {
path.join(folder, "ZoneCodeGeneratorTests/**.cs")