Skip to content

[WebToolsE2E] There is no aspire version option when creating 10.0 Aspire Empty App. #11962

@v-reinawang

Description

@v-reinawang

REGRESSION INFO: Not a regression

INSTALL STEP

  1. Clean machine: Win11 x64 23H2 ENU
  2. Install SDK 10.0 RC1
  3. Install Aspire.ProjectTemplates 9.5.1

REPRO STEPS

  1. 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
Image

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

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.
Image

EXPECTED
Can successfully create aspire 9.4.2 project.

Metadata

Metadata

Assignees

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions