Skip to content

Commit

Permalink
Merge pull request #18297 from unoplatform/dev/agzi/AdjustUninstallCo…
Browse files Browse the repository at this point in the history
…mmand

docs: Adjust Uno.Templates uninstall command as use of 'dotnet new --uninstall' is deprecated
  • Loading branch information
jeromelaban authored Sep 25, 2024
2 parents c93e2e2 + b851bf0 commit dc04707
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 dc04707

Please sign in to comment.