Minor fixes for dotnet7

This commit is contained in:
Wojciech Figat
2023-01-06 11:31:08 +01:00
parent a6050e6f27
commit 8896ebadda
2 changed files with 4 additions and 2 deletions

View File

@@ -232,8 +232,8 @@ namespace Flax.Build.NativeCpp
},
SystemAnalyzers = new HashSet<string>
{
@"Microsoft.Interop.LibraryImportGenerator",
@"Microsoft.Interop.SourceGeneration",
"Microsoft.Interop.LibraryImportGenerator",
"Microsoft.Interop.SourceGeneration",
},
FileReferences = new HashSet<string>(),
};