Skip to content

Commit

Permalink
Minor fix to package version in tooling doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate McMaster committed May 16, 2016
1 parent 0a30837 commit cd00f23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/cli/dotnet.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ The resulting project.json should include these items (in addition to your other
"dependencies": {
"Microsoft.EntityFrameworkCore.Tools": {
"type": "build",
"version": "1.0.0-preview1"
"version": "1.0.0-preview1-final"
}
},
"tools": {
"Microsoft.EntityFrameworkCore.Tools": {
"imports": ["portable-net451+win8"],
"version": "1.0.0-preview1"
"version": "1.0.0-preview1-final"
}
},
Expand Down

0 comments on commit cd00f23

Please sign in to comment.