Disable NU5119 for site extensions (#183)

This commit is contained in:
Pavel Krymets 2018-04-17 11:52:28 -07:00 committed by GitHub
parent e77be23e2b
commit 65b1ea45aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -9,6 +9,12 @@
<IncludeSymbols>false</IncludeSymbols>
<IncludeSource>false</IncludeSource>
<ContentTargetFolders>content</ContentTargetFolders>
<!--
NuGet skips files ending .nuget producing warning at the same time
there is no way to disable default excludes from MsBuild (see:https://github.com/NuGet/Home/issues/6450)
and we don't care about item templates on Antares
-->
<NoWarn>$(NoWarn);NU5119</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Internal.AspNetCore.Sdk" PrivateAssets="All" Version="$(InternalAspNetCoreSdkPackageVersion)" />