Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有两个项目,一个是类库,一个是 mvc3 项目。他们都有与之关联的nuget包。在类库上,当我右键单击解决方案时,我得到“启用 NuGet 包还原”选项
在 MVC 中,我没有。
不用说我想要这两个项目的功能。我究竟做错了什么?
当扩展检测到包含执行包还原所需的 nuget.exe、nuget.config 和 nuget.targets 的 $(SolutionDir).nuget 文件夹时,NuGet 包还原上下文菜单项将隐藏。
MVC 应用程序已经有这些,所以应该启用恢复。如果没有,只需删除 .nuget 文件夹,您就会看到菜单项重新出现。
对我来说,这很简单:
“管理解决方案的 NuGet 包”->“还原”(对话框右上角)