Get NuGet.exe version from command-line

前端 未结 3 609
遇见更好的自我
遇见更好的自我 2021-02-03 16:52

I\'d like to get the NuGet.exe version using the command-line.

I know I can get the version of NuGet running as part of Visual Studio, as per the instructi

3条回答
  •  北恋
    北恋 (楼主)
    2021-02-03 17:34

    To know which version of NuGet is installed use follow steps

    • In Visual Studio, use the Help > About Microsoft Visual Studio command and look at the version displayed next to NuGet Package Manager.

    • Alternatively, launch the Package Manager Console (Tools > NuGet Package Manager > Package Manager Console) and enter $host to see information about NuGet including the version.

提交回复
热议问题