#125 Add HostingStartup packages to .All
This commit is contained in:
parent
b9a9ec9305
commit
3963a6aa52
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue