Updating packages
ABP Suite allows you to update NPM and NuGet packages in a solution.

Update ABP packages: Updates both
NPMandNuGetpackages in the solution.Update NPM packages: Updates only
NPMpackages.Update NuGet packages: Updates only
NuGetpackages.
How it works?
It scans all the *.csproj files in the solution and checks the version of the packages starting with the name Volo.*
- For nightly packages, it updates the package from https://www.myget.org.
- For open-source ABP packages, it updates the package from https://nuget.org.
- For commercial ABP packages, it updates the package from https://nuget.abp.io.