Skip to content

Commit d3e8c5e

Browse files
committed
Fix typo in EnforceCodeStyleInBuild property
1 parent 3773b92 commit d3e8c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<AnalysisMode>all</AnalysisMode>
1313
<AnalysisLevel>latest</AnalysisLevel>
1414
<CodeAnalysisTreatWarningsAsErrors>true</CodeAnalysisTreatWarningsAsErrors>
15-
<EnforeCodeStyleInBuild>true</EnforeCodeStyleInBuild>
15+
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
1616
<EnableNETAnalyzers>true</EnableNETAnalyzers>
1717
<EnableCodeAnalysis>true</EnableCodeAnalysis>
1818
<NoWarn>S125;CA1848;CA1002;CA1515;S1118</NoWarn>

0 commit comments

Comments
 (0)