Skip to content

Commit

Permalink
Update upgrade guide for IdentityServer v7.1
Browse files Browse the repository at this point in the history
Revised the documentation to reflect changes in v7.1, including support for .NET 9 and minor adjustments to package names and dependencies. Clarified potential code updates to assist developers in transitioning smoothly.
  • Loading branch information
khalidabuhakmeh committed Jan 10, 2025
1 parent 15d8deb commit 221ad56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IdentityServer/v7/docs/content/upgrades/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Migrations.
## Upgrading from version 7.0 to 7.1
IdentityServer v7.1 includes support for **.NET 9** and many other smaller fixes and
enhancements. There are no schema changes needed for IdentityServer 7.1. There are two changes that may require small code changes for a minority of users:
- **IdentityModel** renamed **Duende.IdentityModel**
- *ClientConfigurationStore* now uses *IConfigurationDbContext*
- **IdentityModel** package renamed to **Duende.IdentityModel** which may require code updates to referenced namespaces and types.
- *ClientConfigurationStore* now uses *IConfigurationDbContext*.

## Upgrading from version 6 to version 7
We recommend upgrading incrementally through each minor version of the 6.x release before upgrading from
Expand Down

0 comments on commit 221ad56

Please sign in to comment.