Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Update v8_0.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maliming authored Dec 19, 2023
1 parent 819e4f7 commit eea0a6c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions en/migration-guides/v8_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ This document is a guide for upgrading ABP Commercial v7.x solutions to ABP Comm

> ABP Commercial upgraded to .NET 8.0, so you need to move your solutions to .NET 8.0 if you want to use the ABP 8.0. You can check the [Migrate from ASP.NET Core 7.0 to 8.0](https://learn.microsoft.com/en-us/aspnet/core/migration/70-80) documentation. Also, see the [ABP Framework migration guide](https://docs.abp.io/en/abp/8.0/Migration-Guides/Abp-8_0) for the changes made in the ABP Framework.
## Upgraded to OpenIddict to 5.0.0

The 5.0 release of OpenIddict is a major release that introduces breaking changes.

See [OpenIddict 4.x to 5.x Migration Guide](OpenIddict4-to-5.md) for more information.

## Replaced `IdentityUserLookupAppService` with the `IIdentityUserIntegrationService`

[Integration Services](https://docs.abp.io/en/abp/latest/Integration-Services) are built for module-to-module (or microservice-to-microservice) communication rather than consumed from a UI or a client application as [Application Services](https://docs.abp.io/en/abp/latest/Application-Services) are intended to do.
Expand Down

0 comments on commit eea0a6c

Please sign in to comment.