Skip to content

Commit 7a32edd

Browse files
authored
Merge pull request #7732 from djrasmusp/fix-deprecated-command
fix: replace deprecated `dotnet new --list` with `dotnet new list`
2 parents 22d3381 + 2a35dd3 commit 7a32edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

17/umbraco-cms/fundamentals/setup/install/install-umbraco-with-templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Video Tutorial
1414
2. Run `dotnet new install Umbraco.Templates` to install the project templates.
1515
_The solution is packaged up into the NuGet package_ [_Umbraco.Templates_](https://www.nuget.org/packages/Umbraco.Templates) _and can be installed into the dotnet CLI_.
1616

17-
> Once that is complete, you can see that Umbraco was added to the list of available projects types by running `dotnet new --list`:
17+
> Once that is complete, you can see that Umbraco was added to the list of available projects types by running `dotnet new list`:
1818
1919
```cli
2020
Templates Short Name Language Tags

0 commit comments

Comments
 (0)