dotnet/installer

[NETE2ESDK]VS version on .NET 9 SDK installation wizard needs to be updated to the latest stable release version.

vdanche opened this issue · 2 comments

Repro steps:

Download .NET 9 SDK (9.0.100-alpha.1.23564.26) from main branch of https://github.com/dotnet/installer
Double click the .exe file and check the VS version on installation wizard.

Expected Result:
VS version on .NET 9 SDK installation wizard need to be updated to the latest stable release version(17.8).

Actual Result:
Currently it displays as 17.7.2
image

This problem is also reproduced on Win ARM64.

In .net 9 previews, this will be whatever is listed in this file: https://github.com/dotnet/sdk/blob/main/src/Layout/redist/minimumMSBuildVersion That is expected and it'll be right by November release. I'm not going to keep this open for tracking at all as it's not really worth tracking until closer to the net 9 release.