Apply fix for NuGet warning

\n\nCommit migrated from fb3187b34f
This commit is contained in:
= 2019-08-21 13:30:21 -07:00
parent 2873952822
commit 5f7c8d9d74
3 changed files with 3 additions and 0 deletions

View File

@ -36,6 +36,8 @@
<Compile Include="..\Microsoft.AspNetCore.Razor.Tools\Client.cs">
<Link>Shared\Client.cs</Link>
</Compile>
<Content Include="_._" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
<Target Name="LayoutDependencies" BeforeTargets="Build" Condition="'$(IsInnerBuild)' != 'true'">

View File

@ -8,6 +8,7 @@
<file src="Sdk\*" target="Sdk" />
<file src="build\**" target="build" />
<file src="buildMultiTargeting\**" target="buildMultiTargeting" />
<file src="_._" target="lib\netstandard2.0\_._" />
<file src="$outputPath$\**" target="\" />
</files>