This commit is contained in:
Nate McMaster 2016-08-11 16:04:52 -07:00
parent b85e031f66
commit ddaab5f549
No known key found for this signature in database
GPG Key ID: BD729980AA6A21BD
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
"Microsoft.AspNetCore.StaticFiles": "1.1.0-*", "Microsoft.AspNetCore.StaticFiles": "1.1.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
"Microsoft.EntityFrameworkCore.Tools": { "Microsoft.EntityFrameworkCore.Tools.VisualStudio": {
"version": "1.0.0-*", "version": "1.0.0-*",
"type": "build" "type": "build"
}, },
@ -48,7 +48,7 @@
}, },
"tools": { "tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*", "Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*",
"Microsoft.EntityFrameworkCore.Tools": "1.0.0-*" "Microsoft.EntityFrameworkCore.Tools.DotNet": "1.0.0-*"
}, },
"publishOptions": { "publishOptions": {
"include": [ "include": [