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

Set TargetFrameworkVersion to v11 for Android #278

Closed frederikprijck closed 11 months ago

frederikprijck commented 11 months ago

Changes

Updating android to target Android 11 as per https://developer.android.com/google/play/requirements/target-sdk

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

Checklist