Note
More information you can find on Microsoft documentation.
Tip
You can install all Visual C++ Redistributable Packages using only one command with winget! https://gist.github.com/ChuckMichael/d4221fd8681a7e962c8d37d623ff3145
- x64 9.0.30729.6161 (EOL)
Microsoft.VCRedist.2008.x64 - x86 9.0.30729.6161 (EOL)
Microsoft.VCRedist.2008.x86
- x64 10.0.40219.473 (EOL)
Microsoft.VCRedist.2010.x64 - x86 10.0.40219.473 (EOL)
Microsoft.VCRedist.2010.x86
Previosly known as Visual C++ 2015-2022 Redistributable Package
The newest version is binary compatible with 2015,2017,2019,2022,2026. Support for Visual Studio 2015 ended on 15th October 2025.

After reading the link you posted, it appears that others also question why winget is installing prerelease software. It might have been a mistake apparently.