dotnet-version-ai-kit

Recommend .NET target framework versions based on Netwealth standards and support lifecycles.

Updated May 11, 2026
One-click install
npx skills add https://github.com/ducthang-hub/nw-ai-kit --skill dotnet-version-ai-kit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dotnet-version-ai-kit
Source: https://github.com/ducthang-hub/nw-ai-kit/tree/main/.agents/skills/dotnet-version-ai-kit
Command: npx skills add https://github.com/ducthang-hub/nw-ai-kit --skill dotnet-version-ai-kit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you decide which .NET framework version to target so your projects align with Netwealth standards for support duration, upgrade timing, and NuGet compatibility.

Core Features & Use Cases

  • Guided .NET version selection: Recommends using the current LTS release for new development unless there is a compelling reason to use STS.
  • Support lifecycle planning: Explains the practical difference between LTS (3 years) and STS (2 years) for patching and maintenance planning.
  • Upgrade and documentation guidance: Recommends gradual upgrades to coincide with LTS releases and encourages clearly documenting version requirements for teams.

Quick Start

Ask for the recommended target framework version for your new Netwealth project and the expected support window for planning your roadmap.

Frequently Asked Questions about dotnet-version-ai-kit

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

FAQPage Schema
Which .NET target framework version should I choose for a new project?

LTS releases provide 3 years of support for patching and maintenance, while STS releases only provide 2 years, making LTS the safer choice for long-term project stability and gradual upgrade planning.

How do I plan a .NET upgrade timing to match support lifecycles?

Plan gradual .NET upgrades to coincide with new LTS releases, documenting version requirements clearly for your team to ensure smooth transitions and continuous support coverage throughout your roadmap.

Does NuGet package compatibility affect which .NET target framework I can select?

Yes, NuGet package compatibility guidance must align with your selected .NET target framework version to ensure your dependencies are fully supported throughout the chosen support lifecycle.

When should I use .NET STS instead of LTS for my application?

You should only use .NET STS instead of LTS when you have a compelling reason to access its shorter-lived features, accepting the 2-year support window and planning for more frequent upgrades.