Skip to content

Commit

Permalink
Merge pull request #18298 from unoplatform/mergify/bp/release/stable/…
Browse files Browse the repository at this point in the history
…5.4/pr-18297

docs: Adjust Uno.Templates uninstall command as use of 'dotnet new --uninstall' is deprecated (backport #18297)
  • Loading branch information
agneszitte committed Sep 25, 2024
2 parents 5c5e1ef + 085ec6b commit 8a1bb2c
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 8a1bb2c

Please sign in to comment.