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

@@ -428,7 +428,7 @@ namespace Flax.Build.Projects.VisualStudioCode
}
}
// C# project
else if (project.Type == TargetType.DotNet)
else if (project.Type == TargetType.DotNet || project.Type == TargetType.DotNetCore)
{
foreach (var configuration in project.Configurations)
{