Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Commit 4d3ad67

Browse files
davidfowlDamianEdwards
authored andcommitted
Small nits in global tool
1 parent 4dbb912 commit 4d3ad67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/1. Create BackEnd API project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ First, open the `Controllers` folder and take a quick look at the `ValuesControl
153153

154154
1. Install the `aspnet-codegenerator` global tool by running the following command:
155155
```console
156-
dotnet tool install --global dotnet-aspnet-codegenerator
156+
dotnet tool install -g dotnet-aspnet-codegenerator --version 3.0.0-preview5-19264-04
157157
```
158158

159159
> Note: You will need to close and reopen the console window to be able to use this tool.

0 commit comments

Comments
 (0)