Description
CLI - Creating new MAUI Blazor Sample App from CLI is .NET 10 by default
Steps to Reproduce
- Install the .NET 11 Preview3 from here
- Install MAUI workload from the rollback file along with the necessary feeds: 11.0.0-preview.3_rollback.json
- Create an empty folder and open it on terminal/CMD
- Run the command dotnet new maui-blazor --Empty
- Go back to the folder and open the csproj on VS/VS Code
- Observe that the default .NET SDK is .NET 10 instead of .NET 11
Actual Behavior:
The default .NET SDK version on the created MAUI Blazor Sample app from CLI is .NET 10

Expected Behavior:
The default .NET SDK version should match the SDK and MAUI version, in this case, .NET 11
Version with bug
11.0.100-preview.3.26203.107
Is this a regression from previous behavior?
Yes, this is a regression. The issue cannot be repro on .NET SDK version 11.0.100-preview.2.26154.117.
Affected platforms
Windows, MacOS
Description
CLI - Creating new MAUI Blazor Sample App from CLI is .NET 10 by default
Steps to Reproduce
Actual Behavior:

The default .NET SDK version on the created MAUI Blazor Sample app from CLI is .NET 10
Expected Behavior:
The default .NET SDK version should match the SDK and MAUI version, in this case, .NET 11
Version with bug
11.0.100-preview.3.26203.107
Is this a regression from previous behavior?
Yes, this is a regression. The issue cannot be repro on .NET SDK version 11.0.100-preview.2.26154.117.
Affected platforms
Windows, MacOS