aspire
aspire copied to clipboard
[WebToolsE2E][Aspire] On a clean Windows machine with only .NET 9 SDK installed, run `dotnet new install Aspire.ProjectTemplates` and we get error that it is not supported
Is there an existing issue for this?
- [X] I have searched the existing issues
Describe the bug
INSTALL STEPS
- Clean machine: Win11 x64 23h2 ENU
- Install .NET SDK 9.0 RC2 - latest version
- Apply dotnet9rc2feed
- Run cred helper to authenticate the feed
- Install Aspire.ProjectTemplates - latest version 9.0.0-preview.4.24480.1
- Add dotnet8 feed
dotnet new install Aspire.ProjectTemplates:9.0.0-preview.4.24480.1 --force
EXPECTED Aspire project templates are installed successfully
ACTUAL Error saying that the Aspire.ProjectTemplates are not supported
dotnet --info
dotnet workload list
I think the work for this is still in progress, right @radical?
This has been merged now so we should be able to try this again with latest drop.
@radical I can get this to work now. Can we close this issue?
I can get this to work now. Thank you!
Can we close this issue?
Yes.