Skip to content

Commit

Permalink
Updated documentation due to dotnet tooling update
Browse files Browse the repository at this point in the history
  • Loading branch information
Henk Kin committed Jan 30, 2020
1 parent eab5f2f commit de95d55
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -418,9 +418,13 @@ First, open a command prompt and navigate to your migrations project folder

`cd [path-to-your-project-folder]`

Install `dotnet ef` tooling (only needed first time)
When version of `dotnet ef` tooling is updated, uninstall `dotnet ef` tooling

`dotnet tool install --global dotnet-ef --version 3.0.0 --add-source https://api.nuget.org/v3/index.json --ignore-failed-sources`
`dotnet tool uninstall --global dotnet-ef `

Install `dotnet ef` tooling (only needed first time or when version is updated)

`dotnet tool install --global dotnet-ef --version 3.1.1 --add-source https://api.nuget.org/v3/index.json --ignore-failed-sources`
Adding migrations for specific DbContext

Expand Down

0 comments on commit de95d55

Please sign in to comment.