Skip to content

Commit 365e630

Browse files
author
Per Kops
committed
build: add NU1903 to nowarn in Directory.Build.props
1 parent f46b9ce commit 365e630

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
@@ -20,7 +20,7 @@
2020
<ImplicitUsings>enable</ImplicitUsings>
2121
<TargetFramework>net8.0</TargetFramework>
2222
<GenerateDocumentationFile>true</GenerateDocumentationFile>
23-
<NoWarn>1573,1591,1712,CA1014</NoWarn>
23+
<NoWarn>1573,1591,1712,CA1014,NU1903</NoWarn>
2424

2525
<!-- Used by code coverage -->
2626
<DebugType>full</DebugType>

0 commit comments

Comments
 (0)