Open
Description
INSTALL STEPS
- Clean machine: Win11 x64 24h2 ENU
- Install SDK 10.0.100-preview.6.25317.108
- Apply feed
- Install the latest Aspire.ProjectTemplates::9.4.0-preview.1.25317.11
- Install aspire.cli --version 9.4.0-preview.1.25317.11
- dotnet tool install --global aspire.cli --version 9.4.0-preview.1.25317.11
REPRO STEPS
- Run the following command:
aspire new aspire-starter --name AspireApp1
NOTE: In dotnet new, can use ‘-f’ to specify the target, but in aspire new, will be prompted with "Unrecognized command or argument '-f'"
ACTUAL
The TargetFramework of the created project is net9.0
EXPECTED
Can create net10.0 projects.