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

Add .NET6 target for Android #276

Closed frederikprijck closed 11 months ago

frederikprijck commented 11 months ago

Changes

Add support to run our Android SDK on both Xamarin and .NET Android applications. To compile for both platforms, we need to use Xamarin.Legacy.Sdk .

Testing

Please describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. If this library has unit and/or integration testing, tests should be added for new functionality and existing tests should complete without errors.

Checklist