re-enable analyzer for NLua

This commit is contained in:
CasualPokePlayer 2023-11-16 03:15:44 -08:00
parent 582446651f
commit fba66c3d28
1 changed files with 0 additions and 2 deletions

View File

@ -6,8 +6,6 @@
<PropertyGroup>
<RootNamespace>NLua</RootNamespace>
<AssemblyName>NLua</AssemblyName>
<EnableNETAnalyzers>false</EnableNETAnalyzers><!-- TODO re-enable -->
<EnforceCodeStyleInBuild>false</EnforceCodeStyleInBuild><!-- TODO re-enable -->
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>