React to DNX package names change

This commit is contained in:
Troy Dai 2015-05-01 11:11:13 -07:00
parent a01b1f68b0
commit 66921670bf
3 changed files with 5 additions and 5 deletions

View File

@ -22,7 +22,7 @@
"Microsoft.Framework.NotNullAttribute.Internal": { "version": "1.0.0-*", "type": "build" },
"Microsoft.Framework.PropertyActivator.Internal": { "version": "1.0.0-*", "type": "build" },
"Microsoft.Framework.PropertyHelper.Internal": { "version": "1.0.0-*", "type": "build" },
"Microsoft.Framework.Runtime.Interfaces": "1.0.0-*",
"Microsoft.Framework.Runtime.Abstractions": "1.0.0-*",
"Microsoft.Framework.WebEncoders": "1.0.0-*",
"Microsoft.AspNet.JsonPatch": "1.0.0-*"
},

View File

@ -16,13 +16,13 @@
"net45": {},
"dnx451": {
"dependencies": {
"Microsoft.Framework.Runtime.Interfaces": "1.0.0-*"
"Microsoft.Framework.Runtime.Abstractions": "1.0.0-*"
}
},
"dnxcore50": {
"dependencies": {
"System.Collections.Concurrent": "4.0.10-beta-*",
"Microsoft.Framework.Runtime.Interfaces": "1.0.0-*"
"Microsoft.Framework.Runtime.Abstractions": "1.0.0-*"
}
}
}

View File

@ -9,12 +9,12 @@
"Microsoft.AspNet.Mvc.Common": { "version": "6.0.0-*", "type": "build" },
"Microsoft.AspNet.Mvc.Core": "6.0.0-*",
"Microsoft.AspNet.Mvc.Razor.Host": "6.0.0-*",
"Microsoft.AspNet.PageExecutionInstrumentation.Interfaces": "1.0.0-*",
"Microsoft.AspNet.PageExecutionInstrumentation.Abstractions": "1.0.0-*",
"Microsoft.Framework.NotNullAttribute.Internal": { "version": "1.0.0-*", "type": "build" },
"Microsoft.Framework.PropertyActivator.Internal": { "version": "1.0.0-*", "type": "build" },
"Microsoft.Framework.PropertyHelper.Internal": { "version": "1.0.0-*", "type": "build" },
"Microsoft.Framework.Runtime.Roslyn.Common": "1.0.0-*",
"Microsoft.Framework.Runtime.Roslyn.Interfaces": "1.0.0-*"
"Microsoft.Framework.Runtime.Roslyn.Abstractions": "1.0.0-*"
},
"frameworks": {
"dnx451": {