我想使用命令行获得NuGet.exe版本。
NuGet.exe
我知道我可以让NuGet的版本作为Visual Studio的一部分运行,按照here的说明,但我想要的是类似于命令行的东西,比如:
nuget --version
有什么想法吗?
发布于 2017-06-23 07:41:07
要了解所安装的NuGet的版本,请执行以下步骤
$host
https://stackoverflow.com/questions/15964935
相似问题