Skip to content

Commit d5d425f

Browse files
committed
Suppress NU1903
1 parent 6488069 commit d5d425f

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
@@ -5,7 +5,7 @@
55

66
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8-
<NoWarn>$(NoWarn),1573,1591,1712</NoWarn>
8+
<NoWarn>$(NoWarn),1573,1591,1712,NU1903</NoWarn>
99
<CodeAnalysisRuleSet>..\..\_stylecop\codeanalysis.ruleset</CodeAnalysisRuleSet>
1010
</PropertyGroup>
1111

0 commit comments

Comments
 (0)