Skip to content

Commit

Permalink
docs: Adjust Uno.Templates uninstall command as use of 'dotnet new --…
Browse files Browse the repository at this point in the history
…uninstall' is deprecated

(cherry picked from commit b851bf0)
  • Loading branch information
agneszitte authored and mergify[bot] committed Sep 25, 2024
1 parent 5c5e1ef commit 085ec6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/articles/get-started-dotnet-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)]

0 comments on commit 085ec6b

Please sign in to comment.