Disable NU5119 for site extensions (#183)
This commit is contained in:
parent
e77be23e2b
commit
65b1ea45aa
|
|
@ -9,6 +9,12 @@
|
||||||
<IncludeSymbols>false</IncludeSymbols>
|
<IncludeSymbols>false</IncludeSymbols>
|
||||||
<IncludeSource>false</IncludeSource>
|
<IncludeSource>false</IncludeSource>
|
||||||
<ContentTargetFolders>content</ContentTargetFolders>
|
<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>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Internal.AspNetCore.Sdk" PrivateAssets="All" Version="$(InternalAspNetCoreSdkPackageVersion)" />
|
<PackageReference Include="Internal.AspNetCore.Sdk" PrivateAssets="All" Version="$(InternalAspNetCoreSdkPackageVersion)" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue