Prepare Flax.Build project for .NET 7

Add .NET SDK project generator and upgrade Flax.Build project files
This commit is contained in:
2022-07-07 16:10:29 +03:00
parent b4fdb0cc26
commit 5e6fcc9669
20 changed files with 386 additions and 9 deletions

View File

@@ -19,7 +19,7 @@ public class FlaxBuildTarget : Target
base.Init();
IsPreBuilt = false;
Type = TargetType.DotNet;
Type = TargetType.DotNetCore;
OutputType = TargetOutputType.Library;
Platforms = new[]
{