dotnet-upgrade

Identify and classify solution projects by framework and TargetFramework values.

1|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/afonsoft/VideoChat --skill dotnet-upgrade-afonsoft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dotnet-upgrade
Source: https://github.com/afonsoft/VideoChat/tree/main/.agents/skills/dotnet-upgrade
Command: npx skills add https://github.com/afonsoft/VideoChat --skill dotnet-upgrade-afonsoft

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates and guides the upgrade of .NET projects across frameworks, simplifying analysis, planning, and execution.

Core Features & Use Cases

  • Project discovery and classification across solution
  • Upgrade strategy planning and sequencing
  • Target framework selection and code modernization guidance
  • Dependency and packaging migration planning
  • CI/CD and validation readiness checks
  • Comprehensive upgrade documentation templates

Quick Start

Analyze a solution to identify all projects by framework and target version, then generate a structured upgrade plan.

Frequently Asked Questions about dotnet-upgrade

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I plan a .NET upgrade for a multi-project solution?

To plan a .NET upgrade, you identify all projects in the solution and classify them by TargetFramework values to generate a structured upgrade sequence. This guides dependency alignment and migration paths across diverse project types.

What is the best way to analyze target frameworks for code modernization?

Analyzing target frameworks for code modernization involves discovering projects across a solution and classifying their framework types. This process identifies necessary dependency migrations and provides modernization guidance for upgrading to newer .NET versions.

How do I sequence dependency alignment when upgrading to .NET 8?

Sequencing dependency alignment when upgrading to .NET 8 requires classifying projects by their current TargetFramework values. This classification dictates the migration path, ensuring dependencies and packaging migrate in the correct order.

Can I get CI/CD validation readiness checks as part of my .NET migration?

Yes, you can get CI/CD validation readiness checks as part of a .NET migration. The upgrade analysis includes recommendations for validation workflows and provides comprehensive documentation templates to ensure deployment readiness.

Does this approach work for repositories with diverse project types?

Yes, this approach works for multi-project repositories with diverse project types. It classifies each project by framework type and TargetFramework values to provide tailored modernization guidance and migration path recommendations.