This release introduces the following changes:
-
Following today's .NET 10.0 release, all the OpenIddict packages now offer a .NET 10.0 target framework moniker referencing .NET Extensions packages version 10.0.
-
OpenIddict.Client.WebIntegrationnow supports Figma. -
The
net8.0-android34.0,net8.0-ios18.0,net8.0-maccatalyst18.0andnet8.0-macos15.0target framework monikers are no longer supported by Microsoft and have been removed from theOpenIddict.Client.SystemIntegrationpackage and theOpenIddictmetapackage. Users of theOpenIddict.Client.SystemIntegrationpackage are invited to migrate to .NET 9.0 or 10.0.
Tip
As part of this change, the net9.0-android35.0, net9.0-ios18.0, net9.0-maccatalyst18.0 and net9.0-macos15.0
TFMs have been replaced by net9.0-android, net9.0-ios, net9.0-maccatalyst and net9.0-macos.
New net10.0-android, net10.0-ios, net10.0-maccatalyst and net10.0-macos TFMs have also been added.
- The
OpenIddict*Manager.UpdateAsync()methods have been updated to remove cached entries before callingStore.UpdateAsync()to ensure entities are always removed even when the inner store throws an exception.