Remove warning for content files issues (#11073)

This commit is contained in:
Justin Kotalik 2019-06-11 09:59:47 -07:00 committed by GitHub
parent 618595aa45
commit 7e92e4c280
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -14,6 +14,13 @@
<IsPackable>true</IsPackable>
<IsShippingPackage>false</IsShippingPackage>
<HasReferenceAssembly>false</HasReferenceAssembly>
<!--
The assembly 'contentFiles\any\any\x64\aspnetcorev2.dll' is intentionally
not inside the 'lib' folder and hence it won't be added as a reference when
the package is installed into a project. This suppresses the NuGet warning
about this structure
-->
<NoWarn>$(NoWarn);NU5100</NoWarn>
</PropertyGroup>
<Import Project="..\..\build\assets.props" />