NuGet Package Updater (NuPU) is an interactive CLI for updating NuGet packages.
dotnet tool install --global NuPURun the nupu command in the root of your project to check all packages:
nupuCheck all packages in a specific directory using the directory option:
nupu --directory c:\projects\project-to-updateCheck a single package for updates using the package option:
nupu --package Spectre.ConsoleGet additional help using the help option:
nupu --help