**INSTALL STEPS** 1. Clean machine: Win11 x64 24h2 ENU 2. Install SDK 10.0.100-preview.6.25317.108 3. Apply feed 4. Install the latest Aspire.ProjectTemplates::9.4.0-preview.1.25317.11 5. 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** 1. 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.