mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-13 00:08:26 -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 ZoneCodeGenerator:project()
|
||||
location "%{wks.location}/src/%{prj.name}"
|
||||
kind "ConsoleApp"
|
||||
language "C#"
|
||||
dotnetframework "4.5"
|
||||
namespace "ZoneCodeGenerator"
|
||||
|
||||
files {
|
||||
|
Reference in New Issue
Block a user