A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
Visual Studio 2022 will not be updated to support .NET 10. Visual Studio 2026 is the first Visual Studio release that supports .NET 10.
From the servicing and lifecycle information:
- Visual Studio 2022 lifecycle vs. .NET SDK lifecycle
- Visual Studio 2022 is in Mainstream support until January 13, 2032, but its .NET support is bounded by the .NET SDK bands it ships with.
- The .NET SDK / Visual Studio mapping shows:
- .NET 9.0.1xx → Visual Studio 17.12
- .NET 9.0.2xx → Visual Studio 17.13
- .NET 9.0.3xx → Visual Studio 17.14
- .NET 10.0.1xx → Visual Studio 18.0
- Visual Studio 18.0 corresponds to the next major Visual Studio (Visual Studio 2026), not Visual Studio 2022.
- .NET 10 support
- The table explicitly associates .NET 10.0.1xx with “MSBuild/Visual Studio version 18.0” and a lifecycle through November 2028.
- There is no .NET 10 SDK band mapped to any 17.x Visual Studio version, so Visual Studio 2022 (17.x) will not be the vehicle for .NET 10 support.
- Why migration to Visual Studio 2026 is required for .NET 10
- Visual Studio and .NET have independent lifecycles. Visual Studio 2022 can remain supported (IDE, features, security fixes) while not adding support for newer .NET major versions.
- Visual Studio 2026 servicing documentation states that when Visual Studio provides tools and templates that depend on a component, the tooling follows that component’s lifecycle (for example, “the tooling for .NET 10 follows the support policy for .NET 10”). This ties .NET 10 tooling to Visual Studio 2026, not to Visual Studio 2022.
- Visual Studio 2022 servicing baselines show 17.14 as the current channel baseline, but there is no indication of future .NET 10 support being added to 17.x.
- Practical implication
- Developers can continue to use Visual Studio 2022 for:
- .NET versions it already supports (up to .NET 9 per the SDK/VS mapping).
- Other workloads (C++, desktop, etc.) within its lifecycle.
- To target .NET 10 with full Visual Studio tooling (project templates, designers, debugging, MSBuild integration), migration to Visual Studio 2026 (version 18.x) is required, even though Visual Studio 2022 itself remains supported for other purposes.
- Developers can continue to use Visual Studio 2022 for:
In summary: Visual Studio 2022’s long support window does not imply it will gain support for every future .NET major version. .NET 10 is explicitly mapped to Visual Studio 18.0 (Visual Studio 2026), so .NET 10 development with integrated tooling requires Visual Studio 2026.
References: