We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 104abc1 + b137ebe commit 3038fdaCopy full SHA for 3038fda
1 file changed
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