authgear / authgear-sdk-xamarin

Authgear authentication SDK for Xamarin applications
https://www.authgear.com/
Other
1 stars 9 forks source link

ci-cd: Investigate using net6 to build netstandard2.0 Authgear.Xamarin #66

Open roxk opened 1 year ago

roxk commented 1 year ago

Since .NET6, multi-target libraries support is built-in. No need to use Extras build type. However, we need to see if using .NET 6 to build would cause the library to only be consumable by .NET 6. Theoretically, it shouldn't, due to .net standard, but it's not sure whether xamarin.ios and xamarin.android support working downlevel