Using the dotnet cli how can you list the available package versions for a specific package?
Short answer: It's not possible (as far as I know, as of Nov 25, 2019).
There are some other options, depending on what you're trying to accomplish.
dotnet list package --outdated
(requires .NET Core CLI 2.2+).