Remove warning for content files issues (#11073)
This commit is contained in:
parent
618595aa45
commit
7e92e4c280
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue