We have .NET iOS/Android project and not using Maui, so using the library end ups with:
Could not find Microsoft.Maui referenced by assembly Aptabase.Maui, Version=0.0.9.0, Culture=neutral, PublicKeyToken=null.
I am sure that reference is needed to extend the MauiAppBuilder, and can be safely removed in favour of compatibility.
We have .NET iOS/Android project and not using Maui, so using the library end ups with:
I am sure that reference is needed to extend the
MauiAppBuilder, and can be safely removed in favour of compatibility.