mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 14:58:10 -05:00
Change c# projects to dotnet framework version 4.5 due to dependencies not being available for newer versions
This commit is contained in:
@ -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")
|
||||
|
Reference in New Issue
Block a user