Skip to content

Commit 2870260

Browse files
authored
Fixing Windows Scaffold command typo (#36876)
1 parent 04f5cf4 commit 2870260

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aspnetcore/data/ef-rp/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ The following packages are automatically installed:
278278
**On Windows**
279279

280280
```dotnetcli
281-
dotnet aspnet-codegenerator razorpage -m Student -dc ContosoUniversity.Data.SchoolContext -udl -outDir Pages\Students --referenceScriptLibraries -sqlite
281+
dotnet aspnet-codegenerator razorpage -m Student -dc ContosoUniversity.Data.SchoolContext -udl -outDir Pages\Students --referenceScriptLibraries -dbProvider sqlite
282282
```
283283

284284
**On macOS or Linux**

0 commit comments

Comments
 (0)