You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/core/porting/versioning-sdk-msbuild-vs.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn about the versioning relationship between the .NET SDK and MS
4
4
author: StephenBonikowsky
5
5
ms.author: stebon
6
6
ms.custom: updateeachrelease
7
-
ms.date: 10/08/2025
7
+
ms.date: 10/23/2025
8
8
---
9
9
# .NET SDK, MSBuild, and Visual Studio versioning
10
10
@@ -62,15 +62,16 @@ The support timeframe for the SDK typically matches that of the Visual Studio ve
62
62
| 9.0.1xx | 17.12 | Nov '24 | May '26 |
63
63
| 9.0.2xx | 17.13 | Feb '25 | May '25 |
64
64
| 9.0.3xx | 17.14 | May '25 | May '26 |
65
+
| 10.0.1xx | 18.0 | Nov '25 | Nov '28 |
65
66
66
67
> [!NOTE]
67
68
> <sup>1</sup> .1xx .NET SDK feature bands are supported throughout the lifecycle of major .NET versions. During the extended support period, support is limited to security fixes and minimal high-priority non-security fixes for Linux only. To learn more about the reasoning for this extended support, see [Source-build support](https://github.com/dotnet/source-build#support).
68
69
>
69
70
> <sup>2</sup> .4xx .NET SDK feature bands are supported for the life of the matching runtime as stand-alone installs.
70
71
>
71
-
> [Visual Studio 2019 Lifecycle](/lifecycle/products/visual-studio-2019)
72
+
> [Visual Studio 2019 Lifecycle](https://learn.microsoft.com/lifecycle/products/visual-studio-2019)
72
73
>
73
-
> [Visual Studio 2022 Lifecycle](/lifecycle/products/visual-studio-2022)
74
+
> [Visual Studio 2022 Lifecycle](https://learn.microsoft.com/lifecycle/products/visual-studio-2022)
74
75
75
76
## Targeting and support rules
76
77
@@ -114,7 +115,8 @@ Major versions of the .NET SDK are typically released within a few days of a Vis
0 commit comments