Update dotnet-aspnet-codegenerator version to 6.0.1 (#24419)

pull/24425/head
jeevan wijerathna 2021-12-27 20:32:45 +08:00 committed by GitHub
parent 2b4c72a029
commit 98909d885e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ Run the following commands from the project folder, that is, the `TodoApi` folde
dotnet add package Microsoft.VisualStudio.Web.CodeGeneration.Design --prerelease
dotnet add package Microsoft.EntityFrameworkCore.Design --prerelease
dotnet add package Microsoft.EntityFrameworkCore.SqlServer --prerelease
dotnet tool install -g dotnet-aspnet-codegenerator --version 6.0.0-preview.7.21413.1
dotnet tool install -g dotnet-aspnet-codegenerator --version 6.0.1
dotnet aspnet-codegenerator controller -name TodoItemsController -async -api -m TodoItem -dc TodoContext -outDir Controllers
```