Merge pull request #13853 from abpframework/auto-merge/rel-6-0/1316

Merge branch dev with rel-6.0
pull/13858/head
maliming 3 years ago committed by GitHub
commit e3720c3216
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -76,6 +76,8 @@ Use the `abp update` command to update your existing application. See [Upgrading
- Create a folder named *OpenIddict* under the Domain project and copy the [OpenIddictDataSeedContributor.cs](https://github.com/abpframework/abp-samples/blob/master/Ids2OpenId/src/Ids2OpenId.Domain/OpenIddict/OpenIddictDataSeedContributor.cs) under this folder. Rename all the `Ids2OpenId` with your project name.
- Delete *IdentityServer* folder that contains `IdentityServerDataSeedContributor.cs` which is no longer needed.
You can also create a project with the same name and copy the `OpenIddict` folder of the new project into your project.
### EntityFrameworkCore Layer
If you are using MongoDB, skip this step and check the *MongoDB* layer section.
@ -226,4 +228,4 @@ for creating the host builder.
## See Also
* [ABP Version 6.0 Migration Guide](Abp-6_0.md)
* [ABP Version 6.0 Migration Guide](Abp-6_0.md)

Loading…
Cancel
Save