REGRESSION INFO: Not repro on Aspire 8.0.0-preview.2.23619.3
INSTALL STEPS
- Clean machine: Win11 x64 23h2 ENU
- Install VS 17.10.0 Preview 1.0 [34528.15.main]
- Install .NET SDK 8.0.200
- Install Aspire Preview 3 latest build 8.0.0-preview.3.24078.5
- Apply NuGet Feeds
REPRO STEPS
- On Aspire template version 8.0.0-preview.1.23557.2, Open VS, create a new project > ASP.NET Core Web App (Razor Pages) > give a name 'RazorWithAspire' > .NET 8.0 > check 'Enlist in .NET Aspire orchestration' > Create. Or you can open existing aspire 8.0 P1 project.
- Update Aspire template version to latest 8.0.0-preview.3.24078.5
- Open existing Aspire 8.0 P1 project 'RazorWithAspire'
- Build solution
ACTUAL
Open existing Aspire 8.0 P1 project and build solution

The type or namespace name 'Projects' could not be found (are you missing a using directive or an assembly reference?)

EXPECTED
If you manually update 'Aspire.Hosting' to the latest 8.0.0-preview.3.24078.5, the error will disappear.
