Revert Runtime.Abstractions

This commit is contained in:
Brennan 2015-04-29 23:58:04 -07:00
parent a1144274a1
commit d578779fa6
1 changed files with 2 additions and 2 deletions

View File

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