React to Interface package renames

This commit is contained in:
Brennan 2015-04-29 22:42:00 -07:00
parent 7ecbee2f7d
commit a1144274a1
2 changed files with 4 additions and 4 deletions

View File

@ -9,12 +9,12 @@
"net451": { },
"dnx451": {
"dependencies": {
"Microsoft.Framework.Runtime.Interfaces": "1.0.0-*"
"Microsoft.Framework.Runtime.Abstractions": "1.0.0-*"
}
},
"dnxcore50": {
"dependencies": {
"Microsoft.Framework.Runtime.Interfaces": "1.0.0-*",
"Microsoft.Framework.Runtime.Abstractions": "1.0.0-*",
"System.ComponentModel": "4.0.0-beta-*",
"System.Diagnostics.Debug": "4.0.10-beta-*",
"System.Reflection": "4.0.10-beta-*",

View File

@ -5,8 +5,8 @@
"Microsoft.AspNet.Cryptography.Internal": "1.0.0-*",
"Microsoft.AspNet.DataProtection.Abstractions": "1.0.0-*",
"Microsoft.AspNet.DataProtection.Shared": { "type": "build", "version": "" },
"Microsoft.Framework.DependencyInjection.Interfaces": "1.0.0-*",
"Microsoft.Framework.Logging.Interfaces": "1.0.0-*",
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-*",
"Microsoft.Framework.Logging.Abstractions": "1.0.0-*",
"Microsoft.Framework.NotNullAttribute.Internal": { "type": "build", "version": "1.0.0-*" },
"Microsoft.Framework.OptionsModel": "1.0.0-*"
},