Package Management · Aaronontheweb/dotnet-skills
Manage NuGet package versions with dotnet CLI commands
Adds, removes, and updates NuGet packages using dotnet CLI commands instead of manual XML edits, and sets up Central Package Management so version numbers stay consistent across every project in a .NET solution.
Good for
- Add or remove NuGet packages without editing XML
- Set up Central Package Management for a solution
- Keep related package versions in sync with shared variables
- Source repository
- Aaronontheweb/dotnet-skills
- Category
- General
Open-source skills are maintained by their authors and listed as published, with attribution. Results depend on how well the skill fits your task and material.
A good place to start
Set up Central Package Management for my .NET solution and add the Serilog package using dotnet CLI commands.

Make your next great thing.
Bring a question, a file, or an idea that’s not quite there yet.