Prepare Flax.Build project for .NET 7
Add .NET SDK project generator and upgrade Flax.Build project files
This commit is contained in:
@@ -19,7 +19,7 @@ public class FlaxBuildTarget : Target
|
||||
base.Init();
|
||||
|
||||
IsPreBuilt = false;
|
||||
Type = TargetType.DotNet;
|
||||
Type = TargetType.DotNetCore;
|
||||
OutputType = TargetOutputType.Library;
|
||||
Platforms = new[]
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user