Remove identity service packages from the metapackage
This commit is contained in:
parent
b19146dcc5
commit
2fe2c32497
|
|
@ -104,7 +104,6 @@
|
|||
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.DataProtection.Extensions" />
|
||||
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Diagnostics.Abstractions" />
|
||||
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" />
|
||||
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Diagnostics.Identity.Service" />
|
||||
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" />
|
||||
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Hosting.Server.Abstractions" />
|
||||
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Html.Abstractions" />
|
||||
|
|
@ -115,13 +114,6 @@
|
|||
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.HttpOverrides" />
|
||||
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Identity" />
|
||||
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" />
|
||||
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Identity.Service" />
|
||||
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Identity.Service.Core" />
|
||||
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Identity.Service.Abstractions" />
|
||||
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Identity.Service.AzureKeyVault" />
|
||||
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Identity.Service.EntityFrameworkCore" />
|
||||
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Identity.Service.IntegratedWebClient" />
|
||||
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Identity.Service.Mvc" />
|
||||
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.JsonPatch" />
|
||||
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Localization" />
|
||||
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Localization.Routing" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue