#125 Add HostingStartup packages to .All

This commit is contained in:
Chris R 2017-05-24 18:47:32 -07:00 committed by GitHub
parent b9a9ec9305
commit 3963a6aa52
1 changed files with 9 additions and 11 deletions

View File

@ -38,7 +38,7 @@
</FullMetaPackagePackageReference>
<HostingStartupPackageReference>
<Version>$(AspNetCoreVersion)</Version>
<PrivateAssets>None</PrivateAssets>
<PrivateAssets>Compile</PrivateAssets>
</HostingStartupPackageReference>
<RuntimeStorePackageReference>
<Version>$(AspNetCoreVersion)</Version>
@ -72,8 +72,14 @@
<MetaPackagePackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" />
</ItemGroup>
<ItemGroup>
<HostingStartupPackageReference Include="Microsoft.AspNetCore.AzureAppServices.HostingStartup" />
<HostingStartupPackageReference Include="Microsoft.AspNetCore.ApplicationInsights.HostingStartup" />
</ItemGroup>
<ItemGroup>
<FullMetaPackagePackageReference Include="@(MetaPackagePackageReference)" />
<FullMetaPackagePackageReference Include="@(HostingStartupPackageReference)" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Antiforgery" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Authentication" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Authentication.Abstractions" />
@ -87,6 +93,7 @@
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Authentication.Twitter" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Authorization" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.AzureAppServicesIntegration" PrivateAssets="Compile" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.CookiePolicy" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Cors" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Cryptography.Internal" />
@ -192,6 +199,7 @@
<FullMetaPackagePackageReference Include="Microsoft.Extensions.Localization" />
<FullMetaPackagePackageReference Include="Microsoft.Extensions.Localization.Abstractions" />
<FullMetaPackagePackageReference Include="Microsoft.Extensions.Logging.Abstractions" />
<FullMetaPackagePackageReference Include="Microsoft.Extensions.Logging.AzureAppServices" PrivateAssets="Compile" />
<FullMetaPackagePackageReference Include="Microsoft.Extensions.Logging.EventSource" />
<FullMetaPackagePackageReference Include="Microsoft.Extensions.Logging.TraceSource" />
<FullMetaPackagePackageReference Include="Microsoft.Extensions.ObjectPool" />
@ -217,18 +225,8 @@
<FullMetaPackageProjectReference Include="../Microsoft.AspNetCore/Microsoft.AspNetCore.csproj" />
</ItemGroup>
<ItemGroup>
<HostingStartupPackageReference Include="Microsoft.AspNetCore.AzureAppServices.HostingStartup" />
<HostingStartupPackageReference Include="Microsoft.AspNetCore.ApplicationInsights.HostingStartup" />
</ItemGroup>
<ItemGroup>
<RuntimeStorePackageReference Include="@(FullMetaPackagePackageReference)" />
<RuntimeStorePackageReference Include="@(HostingStartupPackageReference)" />
<RuntimeStorePackageReference Include="Microsoft.AspNetCore" />
<RuntimeStorePackageReference Include="Microsoft.AspNetCore.AzureAppServices.HostingStartup" />
<RuntimeStorePackageReference Include="Microsoft.AspNetCore.AzureAppServicesIntegration" />
<RuntimeStorePackageReference Include="Microsoft.AspNetCore.ApplicationInsights.HostingStartup" />
<RuntimeStorePackageReference Include="Microsoft.Extensions.Logging.AzureAppServices" />
</ItemGroup>
</Project>