I am currently developing a Xamarin.Android application in VS2013. I want to implement Azure Active Directory in my application following this guide . Then I add the Microsoft.IdentityModel.Clients.ActiveDirectorynuget package as described.
Then I want to add the AuthenticationResult attribute, but then I got the missing assembly comparison error. Even when I explicitly write (or drag and drop) Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationResult.
I searched everywhere for solutions, but none of them matched my problem. (The target structure for updating / downgrading did not solve the problem) If anyone has an idea about this, I would be very grateful because I am getting out of ideas.
Thank.
source
share