如何显示nuget包的源存储库?

时间:2019-01-30 22:47:31

标签: powershell nuget

的NuGet包有一个特征,其中可以添加“源库”用于包装

示例: https://www.nuget.org/packages/Newtonsoft.Json/的源链接嵌入为“ https://github.com/JamesNK/Newtonsoft.Json

我怎样才能显示此使用的PowerShell或脚本?

1 个答案:

答案 0 :(得分:-1)

使用 API https://api.nuget.org/v3-flatcontainer/newtonsoft.json/13.0.1/newtonsoft.json.nuspec

在存储库下,看起来像这样:

<repository type="git" url="https://github.com/JamesNK/Newtonsoft.Json" commit="ae9fe44e1323e91bcbd185ca1a14099fba7c021f"/>