Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WebToolsE2E][Aspire] In VSCode/CLI, update the TargetFramework of the Aspire project from net9.0 to net10.0. After running the project, the dashboard page is blank. #6765

Open
v-reinawang opened this issue Nov 22, 2024 · 0 comments

Comments

@v-reinawang
Copy link

INSTALL STEPS

  1. Install SDK 10.0 [10.0.100-alpha.1.24571.14]
  2. dotnet nuget add source "dotnet10"
  3. Install Aspire 9.0 template
    • Run dotnet new install Aspire.ProjectTemplates::9.0.0

REPRO STEPS

  1. Open CMD, run following command to create an Aspire Starter App project
dotnet new aspire-starter -o aspire1
cd aspire1/aspire1.AppHost
  1. Manually update the TargetFramework of all projects from net9.0 to net10.0
  2. Use dotnet run to run the project

NOTE: In Visual Studio, update the TargetFramework of the Aspire project from net9.0 to net10.0 and run the project. The dashboard can be displayed normally.

ACTUAL
Aspire dashboard page is blank.
Image

EXPECTED
Aspire dashboard page can be displayed normally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant