I use NetStandard project instead of PCL class for my Xamarin.Forms 2.4 project. I was thinking using Xamarin.Auth to store token receive with MSAL and user info locally but the nuget is not compatible with NetStandard yet. Do we have some alternative? Can we "force" install it in NetStandard project?
Thanks,