Closed
Description
Repro steps:
- Install latest main build VS from main-32123.28 (Run preinstall command first)
- Download .NET 7 SDK(7.0.100-alpha.1.22071.3) from main branch of https://github.com/dotnet/installer
- Open VS, apply feed: https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json
- Open Command Prompt and run"dotnet new mvc -f net6.0 -o Mvc60" to create ASP.NET Core 6.0 MVC project.
Expected Result
The project should be created successfully.