REGRESSION INFO
- Worked in Aspire CLI 9.3.1
INSTALL STEPS
- Clean machine: Win11 x64 24h2 ENU
- Install VS 17.14.9
- Add dotnet9internalfeed
- Install the latest Aspire CLI 9.4 build from release channel
REPRO STEPS
- Open CMD > Create project with 'aspire new'
`Type 'aspire new' > Select a project template 'Aspire Starter App' > Enter the project name> Enter the output path > Select template version 9.4
- Cd to Apphost project and run
aspire run
ACTUAL
No prompt for 'Ctrl+C' to shut down the project

EXPECTED
There should be information on how to shut down the project, like the image below:
