Skip to content

Commit a838546

Browse files
committed
Adding NU1701 to the NoWarn list
1 parent c85179c commit a838546

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
@@ -23,7 +23,7 @@
2323
<BaseIntermediateOutputPath>$(BaseArtifactsPath)obj/$(BaseArtifactsPathSuffix)/</BaseIntermediateOutputPath>
2424
<DebugType>embedded</DebugType>
2525
<EnableDefaultNoneItems>false</EnableDefaultNoneItems>
26-
<NoWarn>CS0659;$(NoWarn)</NoWarn>
26+
<NoWarn>NU1701;CS0659;$(NoWarn)</NoWarn>
2727
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
2828
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
2929
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

0 commit comments

Comments
 (0)