Trying to Install ServiceStack into a PCL but get the following error:
Could not install package 'ServiceStack.Interfaces 4.0.32'. You are trying to install this package into a project that targets 'portable-net45+win+wpa81+MonoAndroid10+MonoTouch10', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.
I have the latest nuget package installed.
Any ideas of how to fix?