Skip to content

Commit a7d611a

Browse files
authored
Adding 10.0.100 GA and RCs (#49440)
1 parent 6ba8c65 commit a7d611a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/core/porting/versioning-sdk-msbuild-vs.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about the versioning relationship between the .NET SDK and MS
44
author: StephenBonikowsky
55
ms.author: stebon
66
ms.custom: updateeachrelease
7-
ms.date: 10/08/2025
7+
ms.date: 10/23/2025
88
---
99
# .NET SDK, MSBuild, and Visual Studio versioning
1010

@@ -62,15 +62,16 @@ The support timeframe for the SDK typically matches that of the Visual Studio ve
6262
| 9.0.1xx | 17.12 | Nov '24 | May '26 |
6363
| 9.0.2xx | 17.13 | Feb '25 | May '25 |
6464
| 9.0.3xx | 17.14 | May '25 | May '26 |
65+
| 10.0.1xx | 18.0 | Nov '25 | Nov '28 |
6566

6667
> [!NOTE]
6768
> <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).
6869
>
6970
> <sup>2</sup> .4xx .NET SDK feature bands are supported for the life of the matching runtime as stand-alone installs.
7071
>
71-
> [Visual Studio 2019 Lifecycle](/lifecycle/products/visual-studio-2019)
72+
> [Visual Studio 2019 Lifecycle](https://learn.microsoft.com/lifecycle/products/visual-studio-2019)
7273
>
73-
> [Visual Studio 2022 Lifecycle](/lifecycle/products/visual-studio-2022)
74+
> [Visual Studio 2022 Lifecycle](https://learn.microsoft.com/lifecycle/products/visual-studio-2022)
7475
7576
## Targeting and support rules
7677

@@ -114,7 +115,8 @@ Major versions of the .NET SDK are typically released within a few days of a Vis
114115
| 10.0.100 Preview 1 | 17.14 Preview 1 |
115116
| 10.0.100 Preview 2 | 17.14 Preview 2 |
116117
| 10.0.100 Preview 3 | 17.14 Preview 3 |
117-
| 10.0.100 RC 2 | 17.14 |
118+
| 10.0.100 RC 1 | 18.0.0 Insiders (11010.61)|
119+
| 10.0.100 RC 2 | 18.0.0 Insiders (11111.16)|
118120

119121
## Reference
120122

0 commit comments

Comments
 (0)