fix: suppress .NET analyzer for test project

This commit is contained in:
Oliver Booth 2023-04-02 03:31:37 +01:00
parent bf73ecce32
commit daff6ee3fe
No known key found for this signature in database
GPG Key ID: 20BEB9DC87961025
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@
<DebugSymbols>true</DebugSymbols>
<CoverletOutputFormat>json,cobertura</CoverletOutputFormat>
<CollectCoverage>true</CollectCoverage>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
</PropertyGroup>
<ItemGroup>