我在以下简单场景中重现了这个问题
现在我想创建一个LibA
的nuget包并运行:
nuget pack LibA.csproj
这很好用,但是当我检查nuget包时,我无法在lib文件夹中找到LibB.dll
。为什么不呢?
我正在使用Nuget 2.2版本。
答案 0 :(得分:13)
NuGet 2.5现在有一个-includereferencedprojects
选项,更多详情可在此处找到:NuGet Command-Line Interface (CLI) Reference | Microsoft Docs
我从nuget.exe
或nuget.org/nuget.exe
下载了最新版本的nuget update -self
。