From 085ec6b7278c673e1c8706ad05a77f2fd6274498 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agn=C3=A8s=20ZITTE?= <16295702+agneszitte@users.noreply.github.com> Date: Wed, 25 Sep 2024 12:18:21 -0400 Subject: [PATCH] docs: Adjust Uno.Templates uninstall command as use of 'dotnet new --uninstall' is deprecated (cherry picked from commit b851bf0881fcbaa5b47115b3292a1c941b768314) --- doc/articles/get-started-dotnet-new.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/articles/get-started-dotnet-new.md b/doc/articles/get-started-dotnet-new.md index 21aa677aee2d..e86241b19469 100644 --- a/doc/articles/get-started-dotnet-new.md +++ b/doc/articles/get-started-dotnet-new.md @@ -101,7 +101,7 @@ For additional information about UI Tests creation, visit the [Uno.UITest](https Using a command line or terminal, run the following command: ```dotnetcli -dotnet new -u Uno.Templates +dotnet new uninstall Uno.Templates ``` [!include[getting-help](includes/getting-help.md)]