Skip to content

Commit c915951

Browse files
authored
Merge pull request #1882 from jaliyaudagedara/patch-1
Update command for dotnet new --install
2 parents a034abe + dbf9d83 commit c915951

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

support/developer/visualstudio/installation/maui-template-missing-vs-2022-professional.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: .NET Multi-Platform App UI Template Is Missing
33
description: Helps resolve an error that occurs after you install the .NET Multi-platform App UI workload.
4-
ms.date: 12/27/2024
4+
ms.date: 05/15/2025
55
ms.reviewer: khgupta
66
ms.custom: sap:Installation\Setup, maintenance, or uninstall
77
---
@@ -22,7 +22,7 @@ To install the MAUI template, follow these steps:
2222

2323
1. Open the Command Prompt.
2424
1. Run the command `dotnet workload install maui` to install the MAUI workload if it's not installed. This command installs the necessary components and dependencies for MAUI development.
25-
1. After the MAUI workload is installed, run the command `dotnet new --install Microsoft.Maui.Templates` to install the MAUI templates. This command fetches and installs the latest templates for creating MAUI projects.
25+
1. After the MAUI workload is installed, run the command `dotnet new install Microsoft.Maui.Templates` to install the MAUI templates. This command fetches and installs the latest templates for creating MAUI projects.
2626

2727
Once the templates are installed, you can see the .NET MAUI template available in Visual Studio when creating a new project.
2828

0 commit comments

Comments
 (0)