upgrading-dotnet
SKILL.md
.NET Project Upgrade Skill
When to Use This Skill
- Upgrading project target frameworks (e.g.,
net6.0→net9.0) - Updating .NET SDK versions across projects
- Migrating multiple projects in a solution
- Version pinning and controlled rollouts
- Updating CI/CD pipelines for new .NET versions
- Preparing hosting environments for new runtimes
Quick Start: Basic Upgrade Process
1. Identify Projects to Upgrade
List all project files that need upgrading: