### Description Creating new MAUI Blazor Sample App from CLI is .NET 9 by default ### Steps to Reproduce 1. Install the .NET 10 GA from [here](https://dev.azure.com/dnceng/internal/_build/results?buildId=2823170&view=artifacts&type=publishedArtifacts) 2. Install MAUI workload from the rollback file along with the necessary feeds: [rollback.json](https://github.com/user-attachments/files/23121293/rollback.json) 3. Create an empty folder and open it on terminal/CMD 4. Run the command `dotnet new maui-blazor --Empty` 5. Go back to the folder and open the csproj on VS/VS Code 6. Observe that the default .NET SDK is .NET 9 instead of .NET 10 **Actual Behavior:** The default .NET SDK version on the created MAUI Blazor Sample app from CLI is .NET 9 https://github.com/user-attachments/assets/2ef574cb-8453-4ce0-945e-04dad64483d3 **Expected Behavior:** The default .NET SDK version should match the SDK and MAUI version, in this case, .NET 10. ### Version with bug .NET SDK 10.0.100 ### Is this a regression from previous behavior? Yes, this is a regression. The issue cannot be repro on .NET SDK version 10.0.100-rc.2.25502.107. ### Affected platforms Windows, macOS
Description
Creating new MAUI Blazor Sample App from CLI is .NET 9 by default
Steps to Reproduce
dotnet new maui-blazor --EmptyActual Behavior:
The default .NET SDK version on the created MAUI Blazor Sample app from CLI is .NET 9
Screen.Recording.2025-10-24.at.5.19.51.PM.mov
Expected Behavior:
The default .NET SDK version should match the SDK and MAUI version, in this case, .NET 10.
Version with bug
.NET SDK 10.0.100
Is this a regression from previous behavior?
Yes, this is a regression. The issue cannot be repro on .NET SDK version 10.0.100-rc.2.25502.107.
Affected platforms
Windows, macOS