1) Type dotnet help
1) Expect to see dotnet update or similar command to update referenced packages. Something equivalent to Visual Studio's GUI that allows upgrading packages.
1) After much searching, I can't find any command to update the package version.
Currently there is no way that I can tell to update package versions when running on Linux, except to delete the reference and add it back. I can set the the Version attribute to equal "*", but that does not bind to a predictable version.
Is there a way to list which packages are upgradeable that I missed?
If there is not such a command, is it desired?
There is no such command today.
I believe this is in the NuGet backlog.
cc @richlander this is a feature request that we had to NuGet for a while: a dotnet update package command.
I will move this issue to NuGet.
This issue was moved to NuGet/Home#6540
You might find this useful
https://gist.github.com/JonCanning/a083e80c53eb68fac32fe1bfe8e63c48
Thanks, @JonCanning. Unfortunately, we use Powershell at work. If I decide to port it over, I'll post link to a gist, here.
No problem, have added a ps version too!
Hah! Just circled back, this morning, and you beat me to it. Thanks, again!
Most helpful comment
You might find this useful
https://gist.github.com/JonCanning/a083e80c53eb68fac32fe1bfe8e63c48