Skip to content

Commit

Permalink
Adding NU1701 to the NoWarn list
Browse files Browse the repository at this point in the history
  • Loading branch information
tannergooding committed Jun 1, 2019
1 parent c85179c commit a838546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<BaseIntermediateOutputPath>$(BaseArtifactsPath)obj/$(BaseArtifactsPathSuffix)/</BaseIntermediateOutputPath>
<DebugType>embedded</DebugType>
<EnableDefaultNoneItems>false</EnableDefaultNoneItems>
<NoWarn>CS0659;$(NoWarn)</NoWarn>
<NoWarn>NU1701;CS0659;$(NoWarn)</NoWarn>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down

0 comments on commit a838546

Please sign in to comment.