Hello guys.
I'm trying to add MSAL.NET to a Xamarin Forms App but after adding a reference to the Microsoft.Identity.Client to both the Xamarin Forms and Xamarin Android project, I'm getting the following error:
C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1962,2): error XA2002: Can not resolve reference: Microsoft.Identity.Client
, referenced by Grm.Assistencias
. Please add a NuGet package or assembly reference for Microsoft.Identity.Client
, or remove the reference to Grm.Assistencias
.
Does anyone know how to solve this?