Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f35f416

Browse files
authoredAug 31, 2023
Merge pull request #6827 from Particular/GitHubSync-20230831-200028
GitHubSync update - release-8.0
2 parents e9cb0a0 + 2c702f1 commit f35f416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<PropertyGroup>
66
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
77
<EnableNETAnalyzers>true</EnableNETAnalyzers>
8-
<AnalysisLevel>5.0</AnalysisLevel>
8+
<AnalysisLevel Condition="'$(AnalysisLevel)' == ''">5.0</AnalysisLevel>
99
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
1010
<!-- To lock the version of Particular.Analyzers, for example, in a release branch, set this property in Custom.Build.props -->
1111
<ParticularAnalyzersVersion Condition="'$(ParticularAnalyzersVersion)' == ''">1.8.0</ParticularAnalyzersVersion>

0 commit comments

Comments
 (0)
Please sign in to comment.