You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.NET 9 adds support for Base64 Url (dotnet/runtime#1658). It's also compatible with .NET Standard 2.0. The class Base64Url should probably be deprecated in favor of the built-in support in the BCL.
If we were to adopt this we would need to add a net9.0 target to IdentityModel and have some conditional package references.
Ref dotnet/runtime#1658 (comment) .
Resulting package references:
netstandard2.0 : System.Text.Json.8.0.5 and System.BCL.Memory.9.0.0
@joegoldman2 wrote:
IdentityModel/IdentityModel#580
The text was updated successfully, but these errors were encountered: