nuget-package-upgrade Skill
Upgrade one or more NuGet packages from their current version to a target version across a project, several projects, a folder, a solution, or the whole repository. Use when the user wants to bump, update, or upgrade a specific NuGet package (or packages) to a given version or to the latest supported version, detect br Published by microsoft in upgrade-agent-plugins.
What is nuget-package-upgrade Skill?
Upgrade one or more NuGet packages from their current version to a target version across a project, several projects, a folder, a solution, or the whole repository. Use when the user wants to bump, update, or upgrade a specific NuGet package (or packages) to a given version or to the latest supported version, detect br Published by microsoft in upgrade-agent-plugins. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using upgrade-agent-plugins
Technical details
- Install or run with Copy skill directory
When to use nuget-package-upgrade Skill
- Use it for developers using upgrade-agent-plugins.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/upgrade-agent-plugins
- Skill file: plugins/upgrade-agent/extenders/upgrade-dotnet/upgrade/skills/scenarios/nuget-package-upgrade/SKILL.md
What it does
Upgrade one or more NuGet packages from their current version to a target version across a project, several projects, a folder, a solution, or the whole repository. Use when the user wants to bump, update, or upgrade a specific NuGet package (or packages) to a given version or to the latest supported version, detect br
Skill instructions
NuGet Package Upgrade Scenario Upgrade one or more NuGet packages to a target version across a chosen scope, detect source-breaking public API changes introduced between the old and new versions, and fix the affected code. Scenario Overview Goal: Move the named package(s) from their current version to a target version while keeping the scoped projects compiling and their tests passing. This scenario is user-initiated. The user names the package(s) to upgrade and, optionally, the target version. Do not auto-discover packages to upgrade — act on what the user asked for. Workflow Stages Run these stages in order: 0. Pre-Initialization — Confirm scope + packages + version policy. Uses the scenario-initialization system skill. 1. Assessment (quick by default) — Resolve/reconcile versions and diff the API into apidiff/.md + assessment.md; full scan is opt-in. Tool: generatepackageupgradeassessment. 2. Planning — Triage breaking changes + version divergence. Uses the plan-generation system sk
Explore related resources
Frequently asked questions
What is nuget-package-upgrade?
nuget-package-upgrade is a open-source AI agent skill with Copy skill directory. Upgrade one or more NuGet packages from their current version to a target version across a project, several projects, a folder, a solution, or the whole repository.
Who is nuget-package-upgrade best for?
nuget-package-upgrade is best for reusing agent instructions, scripts, and references.
How do I install nuget-package-upgrade?
Install or run nuget-package-upgrade using Copy skill directory. Check nuget-package-upgrade for the latest setup command.
Is nuget-package-upgrade actively maintained?
nuget-package-upgrade may need a closer maintenance check before production use.
Auto-fetched from GitHub.