Ensure Microsoft.AspNetCore.All is only compatible with netcoreapp2.0 (#180)

This commit is contained in:
Nate McMaster 2017-06-28 10:21:55 -07:00 committed by GitHub
parent a408be3eb5
commit f3ed8129f3
2 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
<ItemGroup>
<Content Include="build\**\*.xml" PackagePath="%(Identity)" />
<Content Include="build\**\*.targets" PackagePath="%(Identity)" />
<Content Include="lib\$(TargetFramework)\_._" PackagePath="%(Identity)" />
</ItemGroup>
</Project>