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