-
Notifications
You must be signed in to change notification settings - Fork 196
Open
Description
Actual Result
- The MudBlazor template is not listed in Visual Studio 2026
dotnet new mudblazorcommand creates the project to net9
Expected Result
- The MudBlazor template should be listed in Visual Studio 2026
dotnet new mudblazorcommand should create the project to net10
Steps to Reproduce the Issue
- Install the Visual Studio 2026 available at: https://visualstudio.microsoft.com/
- Run the following command to install the MudBlazor template:
dotnet new install MudBlazor.Templates - Open the Visual Studio 2026: Verify that the MudBlazor template is not listed
- Run the following command to create a MudBlazor Server application:
dotnet new mudblazor --interactivity Server --name MyApplication --all-interactive: Verifiy that the application is created for net9 instead of net10
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels