Remove dependency on Microsoft.NETCore.App from the generated nuspec (#160)

This commit is contained in:
Nate McMaster 2017-07-03 09:22:10 -07:00 committed by GitHub
parent edfe5399c3
commit 1f02768ddd
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
<PackageReference Include="Microsoft.AspNetCore.Hosting" Version="$(AspNetCoreVersion)" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.RazorPages" Version="$(AspNetCoreVersion)" />
<PackageReference Include="Microsoft.Extensions.CommandLineUtils.Sources" Version="$(AspNetCoreVersion)" PrivateAssets="All" />
<PackageReference Update="Microsoft.NETCore.App" PrivateAssets="All" />
</ItemGroup>
<ItemGroup>