Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 808 Bytes

updating-packages.md

File metadata and controls

23 lines (13 loc) · 808 Bytes

Updating packages

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

Book list page

  1. Update ABP packages: Updates both NPM and NuGet packages in the solution.

  2. Update NPM packages: Updates only NPM packages.

  3. Update NuGet packages: Updates only NuGet packages.

How it works?

It scans all the *.csproj files in the solution and checks the version of the packages starting with the name Volo.*

What's next?

ABP Suite configuration