我想通过特定项目/解决方案的nuget.exe
读取所有已安装的依赖项。我知道,这是通过NuGet包管理器控制台通过Get-Package
命令工作,但是因为我想在powershell命令中运行它,我想通过nuget.exe直接访问它。
nuget list
仅列出源的可用包,而不是我的依赖项。
答案 0 :(得分:0)
在最新推荐版本4.6.2
的文档中,没有任何信息可以列出解决方案或appsettings.json
中的包。您只能使用Powershell界面。
文档:https://docs.microsoft.com/en-us/nuget/tools/nuget-exe-cli-reference