You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: entity-framework/core/managing-schemas/scaffolding/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Reverse engineering is the process of scaffolding entity type classes and a [DbC
18
18
19
19
## Prerequisites
20
20
21
-
- Before scaffolding, you'll need to install either the [PMC tools](xref:core/cli/powershell), which work on Visual Studio only, or the [.NET CLI tools](xref:core/cli/dotnet), which across all platforms supported by .NET.
21
+
- Before scaffolding, you'll need to install either the [PMC tools](xref:core/cli/powershell), which work on Visual Studio only, or the [.NET CLI tools](xref:core/cli/dotnet), which work across all platforms supported by .NET.
22
22
- Install the NuGet package for `Microsoft.EntityFrameworkCore.Design` in the project you are scaffolding to.
23
23
- Install the NuGet package for the [database provider](xref:core/providers/index) that targets the database schema you want to scaffold from.
0 commit comments