0

在新项目中安装 Breeze.WebApi 1.4.2 时出现此错误:

PM> Install-Package Breeze.WebApi
Attempting to resolve dependency 'Breeze.Client (≥ 1.4.2)'.
Attempting to resolve dependency 'Q'.
Install-Package : **External packages cannot depend on packages that target projects.**
At line:1 char:16
+ Install-Package <<<<  Breeze.WebApi
+ CategoryInfo          : NotSpecified: (:) [Install-Package], InvalidOperationException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand

这里发生了什么?

TJ

4

1 回答 1

3

升级 NuGet 包管理器对我有用。

http://docs.nuget.org/docs/start-here/installing-nuget

于 2013-10-05T20:39:34.397 回答