Browse Source

fix: disable NETAnalyzers for tests

pull/9231/head
Giuseppe Lippolis 3 years ago
parent
commit
48c91fbac7
  1. 6
      tests/Directory.Build.props

6
tests/Directory.Build.props

@ -0,0 +1,6 @@
<Project>
<Import Project="..\Directory.Build.props" />
<PropertyGroup>
<EnableNETAnalyzers>false</EnableNETAnalyzers>
</PropertyGroup>
</Project>
Loading…
Cancel
Save