Skip to content

Commit b5b6abe

Browse files
Merge pull request #2387 from rjmurillo/docs/dotnet-doc-updates
docs: Update .NET version support details in documentation
2 parents ff8607f + c72bb74 commit b5b6abe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/learning-paths/servers-and-cloud-computing/dotnet-migration/4-dotnet-versions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Understanding which versions perform best and the features they offer can help y
1515
{{% notice Support status summary %}}
1616

1717
- .NET 8 – Current LTS (support until Nov 2026)
18-
- .NET 9 – STS (preview; GA Q4 2025)
19-
- .NET 10 – Next LTS (preview; expected 2025 Q4–Q1 2026)
18+
- .NET 9 – STS (support until Nov 2026)
19+
- .NET 10 – Next LTS (preview; expected GA Nov 2025)
2020
- .NET 3.1, 5, 6, 7 – End of life
2121
{{% /notice %}}
2222

@@ -69,7 +69,7 @@ Important Arm-related improvements include:
6969
- Smaller base container images (`mcr.microsoft.com/dotnet/aspnet:8.0` and `…/runtime:8.0`) thanks to a redesigned layering strategy, particularly beneficial on Arm where network bandwidth is often at a premium.
7070
- Garbage-collector refinements that reduce pause times on highly-threaded, many-core servers.
7171

72-
## .NET 9
72+
## .NET 9 (current STS - support until November 2026)
7373

7474
.NET 9 is still in preview, so features may change, but public builds already show promising Arm-centric updates:
7575

0 commit comments

Comments
 (0)