【发布时间】:2019-09-26 21:23:35
【问题描述】:
我正在构建一个项目,我刚刚打开了解决方案并使用输出恢复了 NuGet 包:
All packages are already installed and there is nothing to restore.
Time Elapsed: 00:00:00.0781069
========== Finished ==========
但是,当我Build Solution 时,我收到了几个与此类似的错误:
错误无法复制文件 “C:\Repos\myProject\packages\ABCpdf.9.1.1.9\bin\ABCpdf9-32.dll” 因为没找到。
我注意到C:\Repos\myProject\packages\ABCpdf.9.1.1.9\bin 文件夹不存在。如何编译 ABCpdf NuGet 包以便构建通过?
【问题讨论】:
标签: nuget nuget-package nuget-package-restore