Skip to content

Commit 93300a3

Browse files
Clarify support status for Visual Studio 2015
Removed duplicate information regarding the end of support for Visual Studio 2015 and its Redistributable.
1 parent 27a427f commit 93300a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/windows/latest-supported-vc-redist.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ Download other versions, including long term servicing release channel (LTSC) ve
6262
- The latest version of the Visual C++ v14 Redistributable included with Visual Studio 2026 only supports the following operating systems:
6363
* Windows 10 and 11
6464
* Windows Server 2016, 2019, 2022, and 2025
65-
- Support for Visual Studio 2015 ended on October 15, 2025. Because support for the Visual C++ Redistributable is connected to the version of Visual Studio in which it first ships, support for Visual C++ 2015 Redistributable (version 14.0.24212) also ended October 15, 2025. See [Visual Studio 2015 (VC++ 14.0)](#visual-studio-2015-vc-140-no-longer-supported) section below for the latest available version.
66-
As of the time Visual Studio 2015 support ended, the v14 runtime is binary compatible with applications created with the VS 2015 MSVC Build Tools. Over time, Microsoft may no longer support that compatibility. Because Visual Studio 2015 is out of support, our guidance is that you update your projects to build with a supported MSVC Build Tools. If you are statically linking the Visual Studio 2015 C++ runtime, we recommend updating to a supported version of the runtime.
65+
- Support for Visual Studio 2015 ended on October 15, 2025. Because support for the Visual C++ Redistributable is connected to the version of Visual Studio in which it first ships, support for Visual C++ 2015 Redistributable (version 14.0.24212) also ended October 15, 2025. See [Visual Studio 2015 (VC++ 14.0)](#visual-studio-2015-vc-140-no-longer-supported) section below for the latest available version.<br/>
66+
As of the time Visual Studio 2015 support ended, the v14 runtime is binary compatible with applications created with the VS 2015 MSVC Build Tools. Over time, Microsoft may no longer support that compatibility. Because Visual Studio 2015 is out of support, our guidance is that you update your projects to build with a supported MSVC Build Tools. If you are statically linking the Visual Studio 2015 C++ runtime, we recommend updating to a supported version.
6767
- The Visual C++ Redistributable supports several command-line options. For more information, see [Command-line options for the Redistributable packages](./redistributing-visual-cpp-files.md#command-line-options-for-the-redistributable-packages).
6868

6969
## Unsupported legacy versions

0 commit comments

Comments
 (0)