auth0 / auth0-oidc-client-net

OIDC Client for .NET Desktop and Mobile applications
https://auth0.github.io/auth0-oidc-client-net/
Apache License 2.0
84 stars 48 forks source link

Release support for .NET6 for iOS and AndroidX #279

Closed frederikprijck closed 11 months ago

frederikprijck commented 11 months ago

Added

Going forward, use Auth0.OidcClient.AndroidX instead of Auth0.OidcClient.Android, as Auth0.OidcClient.Android will never be able to run on .NET6 and above.

Modified

Note: Even thought this could be seen as a breaking change, it actualy isn't as anything lower isn't supported anymore by Android so we will include this in a non-major bump.