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: README.md
+10-19Lines changed: 10 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ Scaffold EF Core models using Handlebars templates.
6
6
7
7
## Prerequisites
8
8
9
-
-[Visual Studio 2017](https://www.visualstudio.com/downloads/) 15.3 or greater.
10
-
- The .[NET Core 2.0 SDK](https://www.microsoft.com/net/download/core)
9
+
-[Visual Studio 2017](https://www.visualstudio.com/downloads/) 15.8 or greater.
10
+
- The .[NET Core 2.1 SDK](https://www.microsoft.com/net/download/core) (version 2.1.3 or greater).
11
11
12
12
## Database Setup
13
13
@@ -21,28 +21,19 @@ Scaffold EF Core models using Handlebars templates.
21
21
## Usage
22
22
23
23
1. Create a new **.NET Core** class library.
24
+
- If necessary, edit the csproj file to update the **TargetFramework** to 2.1.
24
25
25
26
> **Note**: Using the EF Core toolchain with a _.NET Standard_ class library is currently not supported. Instead, you can add a .NET Standard class library to the same solution as the .NET Core library, then add existing items and select **Add As Link** to include entity classes.
26
27
27
28
2. Add EF Core SQL Server and Tools NuGet packages.
28
-
Open the Package Manager Console, select the default project and enter:
0 commit comments