【发布时间】:2015-09-19 18:26:52
【问题描述】:
在
工具->选项->Nuget 包管理器->常规
我已经像这样配置了 nuget:
[ ] Allow NuGet to download missing packages
[ ] Automatically check for missing packages during build in Visual Studio
当我构建我的项目时,我收到这样的消息:
33> Restoring NuGet packages...
33> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
33> All packages listed in packages.config are already installed.
但我没有选中该选项,那为什么我会收到这些消息?
【问题讨论】:
标签: visual-studio visual-studio-2013 nuget nuget-package-restore