Closed
Description
INSTALL STEPS
- Clean machine: Win11 x64 24h2 ENU
- Install VS 17.14.6
- Install .NET 10 Preview 6
- Add dotnet9 feed for 9.4.0
- Install the latest Aspire 9.4.0
- dotnet new install Aspire.ProjectTemplates::9.4.0-preview.1.25317.11 --force
NOTES
- Reproduces in all web projects templates (Razor, MVC, API etc.)
- The Aspire dropdown selection is available with .NET 10 Aspire project templates.
- For .NET 8 and 9 web projects with Aspire orchestration, the Aspire dropdown selection is also available, but selecting Aspire 9.3 will encounter another issue #9950
REPRO STEPS
- Open VS > Create a new project > ASP.NET Core Web App (Razor Pages) > .NET 10.0 (Preview) > Check 'Enlist in .NET Aspire orchestration'
ACTUAL
There is no aspire version selection when checking the 'Enlist in .NET Aspire orchestration'
EXPECTED
There should be an aspire version selection when checking the 'Enlist in .NET Aspire orchestration'