From 535d60c332bfa3d509c651673c6ae22c27093990 Mon Sep 17 00:00:00 2001 From: Thomas Zwarts Date: Thu, 17 Feb 2022 11:13:03 +0100 Subject: [PATCH] Fix small typo was Microsoft.EntityFramework.Design -> should be Microsoft.EntityFrameworkCore.Design --- entity-framework/core/managing-schemas/scaffolding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entity-framework/core/managing-schemas/scaffolding.md b/entity-framework/core/managing-schemas/scaffolding.md index 248cffd08b..2a85351de7 100644 --- a/entity-framework/core/managing-schemas/scaffolding.md +++ b/entity-framework/core/managing-schemas/scaffolding.md @@ -12,7 +12,7 @@ Reverse engineering is the process of scaffolding entity type classes and a DbCo ## Prerequisites - Before reverse engineering, you'll need to install either the [PMC tools](xref:core/cli/powershell) (Visual Studio only) or the [CLI tools](xref:core/cli/dotnet). See links for details. -- Install the NuGet package for `Microsoft.EntityFramework.Design` in the project you are scaffolding to. +- Install the NuGet package for `Microsoft.EntityFrameworkCore.Design` in the project you are scaffolding to. - You'll also need to install an appropriate [database provider](xref:core/providers/index) for the database schema you want to reverse engineer. ## Connection string