-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Closed
Copy link
Labels
csi-newi/regressionThis issue described a confirmed regression on a currently supported versionThis issue described a confirmed regression on a currently supported versionp/0Current heighest priority issues that we are targeting for a release.Current heighest priority issues that we are targeting for a release.platform/macosmacOS / Mac CatalystmacOS / Mac Catalystplatform/windowst/bugSomething isn't workingSomething isn't working
Milestone
Description
Description
Creating new MAUI Blazor Sample App from CLI is .NET 9 by default
Steps to Reproduce
- Install the .NET 10 GA from here
- Install MAUI workload from the rollback file along with the necessary feeds: 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 9 instead of .NET 10
Actual 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
csi-newi/regressionThis issue described a confirmed regression on a currently supported versionThis issue described a confirmed regression on a currently supported versionp/0Current heighest priority issues that we are targeting for a release.Current heighest priority issues that we are targeting for a release.platform/macosmacOS / Mac CatalystmacOS / Mac Catalystplatform/windowst/bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done