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
@@ -34,7 +34,7 @@ Before creating a pull request, please refer to the [Contributing Guidelines](ht
34
34
## Usage
35
35
36
36
1. Create a new **.NET Core** class library.
37
-
- If necessary, edit the csproj file to update the **TargetFramework** to 3.1.
37
+
- If necessary, edit the csproj file to update the **TargetFramework** to 3.1 or 5.0
38
38
39
39
> **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.
40
40
@@ -43,15 +43,15 @@ Before creating a pull request, please refer to the [Contributing Guidelines](ht
0 commit comments