REGRESSION INFO: Worked in Aspire 9.0 RC1
INSTALL STEPS
- Clean machine: Win11 x64 23h2 ENU
- Install SDK 9.0 RC2
- Install Aspire 9.0 GA [9.0.0-rc.2.24517.3]
REPRO STEPS
1.Open CMD, create an Aspire App using following commands:
dotnet new aspire-starter -o aspire
cd aspire/aspire.AppHost
- Dotnet run the project in CMD, and open URL with token:
dotnet run
ACTUAL:
The endpoint link of the API project is incorrect.


EXPECTED
The link should be https://localhost:xxxx/weatherforecast

