Skip to content

Commit e95b76c

Browse files
committed
update
1 parent 433c15d commit e95b76c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/overview/supported-platforms-visual-cpp.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ Apps built by using Visual Studio can be targeted to various platforms.
1717
| Windows XP <sup>b</sup> | X | X | | |
1818
| Windows Vista | X | X | | |
1919
| Windows 7 | X<sup>e</sup> | X<sup>e</sup> | | |
20-
| Windows 8 | X | X | X | |
21-
| Windows 8.1 | X | X | X | |
20+
| Windows 8 | X<sup>e</sup> | X<sup>e</sup> | X<sup>e</sup> | |
21+
| Windows 8.1 | X<sup>e</sup> | X<sup>e</sup> | X<sup>e</sup> | |
2222
| Windows 10 | X | X | X | X |
2323
| Windows 11 | X | X | X | X |
2424
| Windows Server 2003 <sup>b</sup> | X | X | | |
25-
| Windows Server 2008 R2 | X | X | | |
26-
| Windows Server 2012 R2 | X | X | | |
25+
| Windows Server 2008 R2 | X<sup>e</sup> | X<sup>e</sup> | | |
26+
| Windows Server 2012 R2 | X<sup>e</sup> | X<sup>e</sup> | | |
2727
| Windows Server 2016 | X | X | | |
2828
| Windows Server 2019 | X | X | | |
2929
| Windows Server 2022 | X | X | | |
@@ -39,7 +39,7 @@ Apps built by using Visual Studio can be targeted to various platforms.
3939

4040
<sup>d</sup> You can install the **Linux development with C++** workload in the installer for Visual Studio 2017 and later to target Linux platforms. For instructions, see [Download, install, and setup the Linux Workload](../linux/download-install-and-setup-the-linux-development-workload.md). This toolset compiles your executable on the target machine, so you can build for any supported architecture.
4141

42-
<sup>e</sup> Visual Studio 2026 18.0 and later no longer support targeting Windows 7 and Windows Server 2008 R2, which have stopped receiving security updates.
42+
<sup>e</sup> Visual Studio 2026 18.0 and later no longer support targeting Windows 7/8/8.1 or Windows Server 2008 R2/2012/2012 R2. The minimum OS version that Visual Studio 2026 and later can target is Windows 10 or later and Windows Server 2016 or later.
4343

4444
For information about how to set the target platform configuration, see [How to: Configure Visual C++ projects to target 64-bit, x64 platforms](../build/how-to-configure-visual-cpp-projects-to-target-64-bit-platforms.md).
4545

0 commit comments

Comments
 (0)