问题:
I have a solution with multiple projects in it. 我有一个包含多个项目的解决方案。 Most of the third party references are missing, yet there are packages.config
file for each project. 大多数第三方引用都丢失了,但是每个项目都有packages.config
文件。 How do I get NuGet to install/update all the packages needed? 如何获得NuGet来安装/更新所有需要的软件包? Does this need to be done via command line for each project? 每个项目都需要通过命令行完成吗?
解决方案:
参考一: https://stackoom.com/question/Sqx2/如何获取NuGet以安装-更新packages-config中的所有软件包参考二: https://oldbug.net/q/Sqx2/How-do-I-get-NuGet-to-install-update-all-the-packages-in-the-packages-config
来源:oschina
链接:https://my.oschina.net/u/4438370/blog/4355030