From d6603cda584ca5d02005e1f4f2ba7a72cee1fbf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Provazn=C3=ADk?= Date: Tue, 12 May 2026 11:10:53 +0200 Subject: [PATCH] Correct MSBuild version number for .NET SDK 10.0.2xx --- docs/core/porting/versioning-sdk-msbuild-vs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/porting/versioning-sdk-msbuild-vs.md b/docs/core/porting/versioning-sdk-msbuild-vs.md index 54f5f36a1fac3..5163bc6ed6469 100644 --- a/docs/core/porting/versioning-sdk-msbuild-vs.md +++ b/docs/core/porting/versioning-sdk-msbuild-vs.md @@ -68,7 +68,7 @@ The support timeframe for the SDK typically matches that of the Visual Studio ve | 9.0.2xx | 17.13 | Feb '25 | May '25 | | 9.0.3xx | 17.14 | May '25 | Nov '262 | | 10.0.1xx | 18.0 | Nov '25 | Nov '28 | -| 10.0.2xx | 18.4 | Mar '26 | May '26 | +| 10.0.2xx | 18.3 | Mar '26 | May '26 | > [!NOTE] > 1 .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).