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

Move all projects to SDK style #275

Closed frederikprijck closed 11 months ago

frederikprijck commented 11 months ago

Changes

Migrates the SDKs to use an SDK style project to allow for targetting multiple platforms for iOS and Android (Xamarin and .NET Android/iOS).

The csproj files become smaller and this also drops the AssemblyInfo file and moves it to tags in the csproj file.

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