整个解决方案中的 NuGet update_package

发布于 2024-11-14 14:21:57 字数 42 浏览 3 评论 0原文

也许我错过了一些非常简单的东西,但是如何更新解决方案中多个项目中的包?

Maybe I am missing something very simple but how do you update a package in multiple projects in a solution?

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

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

发布评论

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

评论(4

陌路终见情 2024-11-21 14:21:57

老问题,但对于那些感兴趣的人来说,现在可以使用 包管理器控制台中的“Update-Package”命令

Old question, but for those that are interested, works out of the box now with the 'Update-Package' command in the Package Manager Console

送君千里 2024-11-21 14:21:57

安装
http://nuget.org/List/Packages/NuGetPackageUpdater

PM> Install-Package NuGetPackageUpdater

然后只需键入(在命令控制台中,同时打开有问题的解决方案)

PM> Update-Package

否则,当前有一个工作项可以使用 Update-Package -all 标志等将此功能直接烘焙到 NuGet 中。
参考:http://nuget.codeplex.com/workitem/431

Install
http://nuget.org/List/Packages/NuGetPackageUpdater

PM> Install-Package NuGetPackageUpdater

Then just type (in the command console, while the solution in question is opened)

PM> Update-Package

Otherwise there's currently a workitem to bake this functionality directly into NuGet with something like an Update-Package -all flag.
Ref: http://nuget.codeplex.com/workitem/431

在巴黎塔顶看东京樱花 2024-11-21 14:21:57

现在,右键单击项目时可以“管理解决方案的 NuGet 包...”。

You can now "Manage NuGet Packages for Solution ..." when you right-click the project.

醉生梦死 2024-11-21 14:21:57

目前在 1.3 中还没有办法做到这一点。此功能将在 1.4 中提供,请参阅:http://nuget.codeplex.com/workitem/431 如果您想预览此功能,可以在 CI 机器上安装构建版本,请参阅:http://docs.nuget.org/docs/start-here/installing-nuget#Installing_a_CI_build

Currently in 1.3 there is no way to do this. This feature will be in 1.4 please see: http://nuget.codeplex.com/workitem/431 If you would like to preview this feature you can install a build form out CI machine see: http://docs.nuget.org/docs/start-here/installing-nuget#Installing_a_CI_build

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