Temporarily remove Microsoft.AspNetCore.All from expected output

This commit is contained in:
Nate McMaster 2017-10-25 17:44:31 -07:00 committed by GitHub
parent a01aee7e9c
commit d8e8ab7c60
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@
<ItemGroup>
<PackageArtifact Include="Microsoft.AspNet.Identity.AspNetCoreCompat" Category="ship" />
<PackageArtifact Include="Microsoft.AspNetCore" Category="ship" />
<PackageArtifact Include="Microsoft.AspNetCore.All" Category="ship" />
<!-- Temporariliy comment out while we restructure how we build the runtime store-->
<!-- PackageArtifact Include="Microsoft.AspNetCore.All" Category="ship" /> -->
<PackageArtifact Include="Microsoft.AspNetCore.Antiforgery" Category="ship" Metapackage="true" />
<PackageArtifact Include="Microsoft.AspNetCore.ApplicationInsights.HostingStartup" Category="ship" Metapackage="true" />
<PackageArtifact Include="Microsoft.AspNetCore.Authentication" Category="ship" Metapackage="true" />