I'm using Automapper in a PCL for 3 years and everything was working well.
But since version 4.2.1 when I try to install it in a PCL I get the following error:
Could not install package 'AutoMapper 4.2.1'.
You are trying to install this package into a project that targets
'portable-net45+win+wp80+MonoTouch10+MonoAndroid10+xamarinmac20+xamarinios10',
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.
Is there something new that I'm missing?
Thanks guys