This is a minor release that
- Adds support for .NET 9
- Drops support for .NET 6
- Updates our dependency on IdentityModel to Duende.IdentityModel
- Updates our dependency on Duende.AccessTokenManagement to v3.1.1
- Adds friendly readmes to all NuGet packages
Breaking Changes
Our dependency IdentityModel has been renamed to Duende.IdentityModel. If you are using the IdentityModel namespace, you should replace "using IdentityModel" with "using Duende.IdentityModel".
Other changes
New Contributors
- @AndersAbel made their first contribution in #197
- @RolandGuijt made their first contribution in #203
- @wenz made their first contribution in #202
Full Changelog: 2.2.0...2.3.0