无法通过NuGet添加MVVM Light库

Moe*_*all 4 mvvm-light nuget

我正在尝试通过NuGet将MVVM Light添加到现有项目中,但是我收到此错误消息:

Attempting to resolve dependency 'MvvmLightLibs (? 4.2.30.0)'.
Attempting to resolve dependency 'CommonServiceLocator (? 1.2)'.
Successfully installed 'CommonServiceLocator 1.2'.
Successfully installed 'MvvmLightLibs 4.3.31.1'.
Successfully installed 'MvvmLight 4.2.30.0'.
Successfully uninstalled 'CommonServiceLocator 1.2'.
Install failed. Rolling back...
Could not install package 'CommonServiceLocator 1.2'. You are
trying to install this package into a project that targets
'.NETFramework,Version=v4.0,Profile=Client', but the package
does not contain any assembly references that are compatible
with that framework. For more information, contact the package
author.
Run Code Online (Sandbox Code Playgroud)

我已经尝试将我的项目重定向到.NET framework 4.0,4.0客户端配置文件和4.5.有任何想法吗?最近两周前我没有遇到这个问题.

Kro*_*oaX 12

今天有同样的问题.尝试首先在Visual Studio Addins中安装最新版本的Nuget!