我已经在我的ubuntu机器上使用instuctions安装了dotnet核心。 现在我注意到没有安装nuget。
bash: nuget: command not found
安装dotnet核心后,我的Mac nuget可用。
我想要的原因是我需要推送一个包。
如何在我的ubuntu机器上获取nuget?
答案 0 :(得分:1)
答案 1 :(得分:0)
dotnet cli包含SDK中包含的一堆内置命令。您可以使用dotnet --help
列出它们。您可以使用dotnet nuget --help
列出nuget子命令。
仍然支持Nuget.exe,但仅支持Windows。