Nate McMaster 2016-04-26 09:57:35 -07:00
parent a56c54940a
commit e71d319556
No known key found for this signature in database
GPG Key ID: 6572615A705669C9
1 changed files with 8 additions and 1 deletions

View File

@ -6,7 +6,10 @@
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.EntityFrameworkCore.SqlServer": "1.0.0-*",
"Microsoft.EntityFrameworkCore.Commands": "1.0.0-*"
"Microsoft.EntityFrameworkCore.Tools": {
"version": "1.0.0-*",
"type": "build"
}
},
"compilationOptions": {
"emitEntryPoint": true
@ -33,6 +36,10 @@
"Microsoft.AspNetCore.Server.IISIntegration.Tools": {
"version": "1.0.0-*",
"imports": "portable-net45+wp80+win8+wpa81+dnxcore50"
},
"Microsoft.EntityFrameworkCore.Tools": {
"version": "1.0.0-*",
"imports": "portable-net452+win81"
}
},
"scripts": {