REGRESSION INFO: Not a regression
INSTALL STEP
- Clean machine: Win11 x64 23H2 ENU
- Install SDK 10.0 RC1
- Install Aspire.ProjectTemplates 9.5.1
REPRO STEPS
- Run the following command to create aspire project
 dotnet new aspire -f net10.0 --aspire-version 9.4 -o aspire01
ACTUAL
The project created is aspire 9.5.1 instead of 9.4

Run 'dotnet new aspire -h' and you can see that the Enabled if for command '--aspire-version' is: Framework != net10.0

NOTE
For VS, there is no aspire version selection and the default is Aspire 9.5.0. There is no way to create a 10.0 Aspire Empty app using Aspire 9.4.0.

EXPECTED
Can successfully create aspire 9.4.2 project.