代码之家  ›  专栏  ›  技术社区  ›  Simon Randy Burden

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

  •  0
  • Simon Randy Burden  · 技术社区  · 5 年前

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

    0 回复  |  直到 5 年前
        1
  •  2
  •   undeniablyrob    5 年前

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

    还有一些其他的选择,这取决于你想要完成什么。

        2
  •  0
  •   thegameraut    4 年前

    “dotnet搜索”是一个dotnet工具。

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

    • 通过安装 dotnet tool install --global dotnet-search
    • 通过搜索 dotnet search <package-name>