I'm getting an error I'm having trouble comprehending in a PCL Project referencing Unity PCL:
The primary reference "Microsoft.Practices.Unity" could not be resolved because it was built against the ".NETPortable,Version=v4.5,Profile=Profile78" framework. This is a higher version than the currently targeted framework ".NETPortable,Version=v4.0,Profile=Profile344".
However, my project is 4.5, so is the Microsoft.Practices.Unity reference expecting 4.0? I'm referencing the latest stable Unity, not pre-release, from a PCL project that's targeting 4.5 and all related types of projects.
Interestingly enough, the underlying error says could not resolve "Practices" in the namespace.
Thanks.