【发布时间】:2016-03-11 13:46:43
【问题描述】:
正如标题所说,由于缺少包,我无法编译解决方案
我做了一些搜索,但没有帮助(很遗憾)
How to download a Nuget package without nuget.exe or Visual Studio extension?
Can't build solution because of missing NuGet references
控制台的部分输出:
F:\Riot Games\tool\Poro-master\Poro\PoroLib\PoroLib.csproj(168,5): error : This project references NuGet package(s) that are missing on this computer.
Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105.
The missing file is ..\packages\System.Data.SQLite.Core.1.0.94.0\build\net45\System.Data.SQLite.Core.targets.
我需要帮助才能下载那个特定的包,而互联网让我很困惑,我的意思是 x 人告诉我去 x 和 z 人告诉我去 z
我..不知道该怎么办..
【问题讨论】:
-
您必须下载特定版本。你下载这个包了吗:nuget.org/packages/System.Data.SQLite.Core/1.0.94?您可以通过包管理器控制台手动安装它,也可以按照问题中的第一个链接进行安装。