整个解决方案中的 NuGet update_package
也许我错过了一些非常简单的东西,但是如何更新解决方案中多个项目中的包?
Maybe I am missing something very simple but how do you update a package in multiple projects in a solution?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
老问题,但对于那些感兴趣的人来说,现在可以使用 包管理器控制台中的“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
安装
http://nuget.org/List/Packages/NuGetPackageUpdater
然后只需键入(在命令控制台中,同时打开有问题的解决方案)
否则,当前有一个工作项可以使用 Update-Package -all 标志等将此功能直接烘焙到 NuGet 中。
参考:http://nuget.codeplex.com/workitem/431
Install
http://nuget.org/List/Packages/NuGetPackageUpdater
Then just type (in the command console, while the solution in question is opened)
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
现在,右键单击项目时可以“管理解决方案的 NuGet 包...”。
You can now "Manage NuGet Packages for Solution ..." when you right-click the project.
目前在 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