为什么我无法从命令行安装 NuGet 包

发布于 2024-11-26 20:42:40 字数 484 浏览 0 评论 0原文

目前我们正在评估 NuGet,所以我对这个主题来说绝对是新手。为了进入它,我尝试从命令行安装一个包,这是我能想象到的最简单的任务:

nuget install NUnit

到目前为止没有什么奇特的。但这是我得到的响应:

Could not load file or assembly 'System.Runtime.Caching, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.

我已经检查过,我可以访问默认包存储库:

nuget list NUnit

它返回许多包,包括所需的 NUnit 2.5.10.11092

NuGet版本是1.4.20615.182

Currently we're evaluating NuGet so I'm an absolute newbie to the subject. Just to get into it, I tried to install a package from command line as most simple task I could imagine:

nuget install NUnit

Nothing fancy so far. But this is the response I'm getting:

Could not load file or assembly 'System.Runtime.Caching, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.

I already checked, I have access to default package repository:

nuget list NUnit

That returns a number of packages including the desired NUnit 2.5.10.11092.

NuGet version is 1.4.20615.182

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

悍妇囚夫 2024-12-03 20:42:40

您拥有什么版本的 .NET 运行时? NUnit 和 NuGet 中的其他一些包需要 .NET 4.0。

What version of the .NET runtime do you have? You need .NET 4.0 for NUnit and some other packages in NuGet.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文