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?