My question pertains to adding MVVMLight to a "Portable Class Library" project in VS 2013. The "References" are right-clicked and "Manage NuGet Packages" is chosen. Then, I try to install "MVVM Light libraries only" and the following error is issued:
Could not install package 'MvvmLightLibs 5.1.1.0'. You are trying to install this package into a project that targets 'portable-net45+sl50+win+wpa81+wp80+MonoAndroid10+xamarinios10+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.
Running VS 2013 Update 4 with the latest version of NuGet (2.8.5...). Trying to install the latest version of "MVVM Light Libraries only".
Is MVVM not compatible with the latest/greatest or am I doing something wrong? How is the issue addressed?