dotnet-update-packages
✓Lists and updates outdated NuGet packages in .NET projects. Use when the user mentions updating packages, checking for outdated dependencies, or upgrading package versions.
Installation
SKILL.md
Note: This skill requires .NET 10 SDK or later. The dotnet package update command does not exist in .NET 8-9.
| dotnet package list --outdated --include-transitive --format json | List outdated packages (incl. transitive) | | dotnet package update --project | Update specific package in project | | dotnet package update --project | Update all packages in project |
Lists and updates outdated NuGet packages in .NET projects. Use when the user mentions updating packages, checking for outdated dependencies, or upgrading package versions. Source: im5tu/dotnet-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/im5tu/dotnet-skills --skill dotnet-update-packages Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/im5tu/dotnet-skills --skill dotnet-update-packages- Source
- im5tu/dotnet-skills
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-05
- Updated
- 2026-02-18
Quick answers
What is dotnet-update-packages?
Lists and updates outdated NuGet packages in .NET projects. Use when the user mentions updating packages, checking for outdated dependencies, or upgrading package versions. Source: im5tu/dotnet-skills.
How do I install dotnet-update-packages?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/im5tu/dotnet-skills --skill dotnet-update-packages Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/im5tu/dotnet-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-05