Skip to content

Commit 308a390

Browse files
tulikavijaytdykstra
authored andcommitted
Update cli-templates-create-project-template.md (#15165)
1 parent 1385ee8 commit 308a390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/tutorials/cli-templates-create-project-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Worker Service worker [C#]
154154

155155
### Test the project template
156156

157-
Now that you have an item template installed, test it. Navigate to the _test_ folder and create a new console application with `dotnet new console`. This generates a working project you can easily test with the `dotnet run` command.
157+
Now that you have an item template installed, test it. Navigate to the _test_ folder and create a new console application with `dotnet new consoleasync`. This generates a working project you can easily test with the `dotnet run` command.
158158

159159
```console
160160
C:\test> dotnet new consoleasync

0 commit comments

Comments
 (0)