Minor fixes for dotnet7
This commit is contained in:
@@ -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>(),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user