Open
Description
REGRESSION INFO: Not a regression
INSTALL STEPS
- Clean machine: Win11 x64 ENU
- Install SDK 9.0.200 (latest-released-version)
- Install Aspire templates 9.1 (latest-released-version)
dotnet new install Aspire.ProjectTemplates
- Install VS Code + C# Dev Kit extension (latest pre-release version 1.17.48)
REPRO STEPS
-
Using VS Code, create new 9.0 ASP.NET Web App (Razor Pages) >
WebAppRp01
-
In Solution Explorer, right-click solution node > Add .NET Aspire Orchestration > select WebAppRp01 as the project to be orchestrated.
-
For the names of AppHost and ServiceDefaults projects, set the values to be WebAppRp01.AppHost and WebAppRp01.ServiceDefaults.
ACTUAL
When adding .NET Aspire Orchestration, there is no Aspire version selection provided and the latest version of Aspire is always created.
EXPECTED
Similar to what VS does, there should be an option to select the Aspire version.