Revert "React to aspnet/EntityFramework#2613"

This reverts commit 97459de509.
This commit is contained in:
Brice Lambson 2015-07-21 15:35:20 -07:00
parent fea15eb8de
commit 3a7c0132c1
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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