Reputation: 371
I'm trying to upgrade my PCL projects to the latest version of ADAL from the 3.4 alpha version. My PCLs currently use Profile111, targeting .NET 4.5, Windows 8.0, Windows Phone 8.1, Xamarin.Android, Xamarin.IOS and Xamarin.IOS (classic).
I get the following error message from the nuget package manager:
Could not install package
'Microsoft.IdentityModel.Clients.ActiveDirectory 3.10.305231913'
. You are trying to install this package into a project that targets'.NETPortable,Version=v4.5,Profile=Profile111'
, but the package does not contain any assembly references or content files that are compatible with that framework.
Does the latest version of ADAL no longer support Windows Phone 8.1?
Upvotes: 2
Views: 995
Reputation: 189
As this blog post described Windows Phone is no longer supported in ADAL 3.x. I had a same error message and resolved it as below steps. Please try it :)
thanks, masa
Upvotes: 2
Reputation: 1105
Adal only supports universal apps and windows 8.1 support has been discontinued.
Upvotes: 0