标签: nuget
在我们公司中,我们有一个本地NuGet服务器。现在,我想添加软件包Fluent Assertions。我可以通过执行以下命令轻松获得它:
nuget install FluentAssertions -OutputDirectory C:\temp\NuGet
但是在 C:\ temp \ NuGet 中,我只找到 FluentAssertions ,但没有找到它的依赖项。
是否有将它们下载到 C:\ temp \ NuGet 的任何目录?还是我必须手动执行此操作?
答案 0 :(得分:1)
依赖关系是特定于框架的。您必须选择一个框架,使用适当的选项
Nuget-Cli-Reference (install)