We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c85179c commit a838546Copy full SHA for a838546
Directory.Build.props
@@ -23,7 +23,7 @@
23
<BaseIntermediateOutputPath>$(BaseArtifactsPath)obj/$(BaseArtifactsPathSuffix)/</BaseIntermediateOutputPath>
24
<DebugType>embedded</DebugType>
25
<EnableDefaultNoneItems>false</EnableDefaultNoneItems>
26
- <NoWarn>CS0659;$(NoWarn)</NoWarn>
+ <NoWarn>NU1701;CS0659;$(NoWarn)</NoWarn>
27
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
28
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
29
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
0 commit comments