This commit is contained in:
Brice Lambson 2015-07-14 10:16:41 -07:00
parent 4cbc9ace9c
commit 97459de509
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
},
"dependencies": {
"Microsoft.AspNet.Diagnostics": "1.0.0-*",
"EntityFramework.Relational": "7.0.0-*"
"EntityFramework7.Relational": "7.0.0-*"
},
"compile": [ "..\\Shared\\*.cs" ],
"frameworks": {

View File

@ -1,6 +1,6 @@
{
"dependencies": {
"EntityFramework.SqlServer": "7.0.0-*",
"EntityFramework7.SqlServer": "7.0.0-*",
"Microsoft.AspNet.Diagnostics.Entity": "7.0.0-*",
"Microsoft.AspNet.Diagnostics.Entity.Tests": "1.0.0",
"Microsoft.AspNet.TestHost": "1.0.0-*",

View File

@ -1,6 +1,6 @@
{
"dependencies": {
"EntityFramework.InMemory": "7.0.0-*",
"EntityFramework7.InMemory": "7.0.0-*",
"Microsoft.AspNet.Diagnostics.Entity": "7.0.0-*",
"Moq": "4.2.1312.1622",
"xunit.runner.aspnet": "2.0.0-aspnet-*"