auth0-xamarin-oidc-samples
auth0-xamarin-oidc-samples copied to clipboard
Update Android and iOS Sample to .NET 7
Description
Updates the samples to use .NET 7, for the most part this only contains changes to the project setup, and not the code to integrate Auth0.
Additional info
- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
- [x] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings and errors
- [x] I have added tests that prove my fix is effective or that my feature works
- [x] New and existing unit tests pass locally with my changes