Skip to content

Add support for Visual Studio 2026 and .NET 10 #505

@luronumen

Description

@luronumen

Actual Result

  • The MudBlazor template is not listed in Visual Studio 2026
  • dotnet new mudblazor command creates the project to net9

Expected Result

  • The MudBlazor template should be listed in Visual Studio 2026
  • dotnet new mudblazor command should create the project to net10

Steps to Reproduce the Issue

  1. Install the Visual Studio 2026 available at: https://visualstudio.microsoft.com/
  2. Run the following command to install the MudBlazor template: dotnet new install MudBlazor.Templates
  3. Open the Visual Studio 2026: Verify that the MudBlazor template is not listed
  4. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions