如何使用 dotnet cli 列出可用的包版本?

How to list available package versions using the dotnet cli?

如何使用 dotnet cli 列出特定包的可用包版本?

简答:不可能(据我所知,截至 2019 年 11 月 25 日)。

还有一些其他选项,具体取决于您要实现的目标。

使用 dotnet 工具“dotnet-search”是可能的。

https://github.com/billpratt/dotnet-search

  • 你只需要 dotnet-core runtime 2.1
  • 通过dotnet tool install --global dotnet-search
  • 安装
  • 通过 dotnet search <package-name>
  • 搜索