Update sample usage of EF tools

This commit is contained in:
Nate McMaster 2016-09-26 13:37:25 -07:00
parent 1b1bd34b8d
commit 1a0d4a512d
No known key found for this signature in database
GPG Key ID: BD729980AA6A21BD
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
"Microsoft.EntityFrameworkCore.SqlServer": "1.1.0-*",
"Microsoft.EntityFrameworkCore.Tools.VisualStudio": {
"Microsoft.EntityFrameworkCore.Tools": {
"version": "1.0.0-*",
"type": "build"
}