We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 434a872 + 5d21d2c commit 748bfd0Copy full SHA for 748bfd0
src/Directory.Build.props
@@ -5,7 +5,7 @@
5
<PropertyGroup>
6
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
7
<EnableNETAnalyzers>true</EnableNETAnalyzers>
8
- <AnalysisLevel>5.0</AnalysisLevel>
+ <AnalysisLevel Condition="'$(AnalysisLevel)' == ''">5.0</AnalysisLevel>
9
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
10
<!-- To lock the version of Particular.Analyzers, for example, in a release branch, set this property in Custom.Build.props -->
11
<ParticularAnalyzersVersion Condition="'$(ParticularAnalyzersVersion)' == ''">1.8.0</ParticularAnalyzersVersion>
0 commit comments