Update references of older net versions with new#663
Merged
aaronpowell merged 2 commits intogithub:mainfrom Feb 3, 2026
Merged
Update references of older net versions with new#663aaronpowell merged 2 commits intogithub:mainfrom
aaronpowell merged 2 commits intogithub:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request updates .NET version references throughout the upgrade documentation, replacing references to .NET 6 (which reached end of life) with .NET 8, and updating examples from .NET 8 to .NET 10. However, there is a fundamental issue with the PR's premise: it incorrectly identifies .NET 10 as an LTS (Long Term Support) release when it is actually an STS (Standard Term Support) release with only 18 months of support. .NET 8 is the current LTS release, supported until November 2026.
Changes:
- Updated target framework examples from
net8.0tonet10.0 - Updated migration recommendations from ".NET 6+" to ".NET 8+"
- Updated configuration change references from ".NET 6+" to ".NET 8+"
- Updated intermediate migration steps from ".NET 6+" to ".NET 8+"
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| instructions/dotnet-upgrade.instructions.md | Updated multiple examples and recommendations to reference .NET 10 as the latest LTS (incorrect - it's STS) and .NET 8+ as migration baseline |
| agents/dotnet-upgrade.agent.md | Updated intermediate migration step reference from .NET 6+ to .NET 8+ |
aaronpowell
approved these changes
Feb 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.Description
Updated references to .NET6 with .NET8 since .NET6 reached end of life.
Updated references to .NET8 with .NET10 as the latest LTS.
Type of Contribution
Additional Notes
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.