Ensure Microsoft.AspNetCore.All is only compatible with netcoreapp2.0 (#180)
This commit is contained in:
parent
a408be3eb5
commit
f3ed8129f3
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue