REGRESSION INFO: Not a regression.
INSTALL STEPS
- Clean machine: Win11 x64 25h2 ENU
- Install SDK 11.0 Preview 1 from https://aka.ms/dotnet/11.0.1xx/daily/dotnet-sdk-win-x64.exe
- Add feed.
- Install Aspire.Cli 13.2.0-preview.1.26078.7 via
iex "& { $(irm https://aspire.dev/install.ps1) } -Quality dev"
REPRO STEPS
- Open CMD and create an Aspire Starter App (ASP.NET Core/Blazor)
aspire new aspire-starter -n AspireStarterApp
ACTUAL
❌ An unexpected error occurred: Failed to parse template version from stdout.
Note:
- This issue works well on .NET 10 + Aspire CLI 13.2
- When using the
dotnet new aspire-starter can create successfully, but the proeject target framework version is net10
EXPECTED
aspire project create successfully!