React to DNX packages name change

This commit is contained in:
Troy Dai 2015-05-01 11:05:09 -07:00
parent d578779fa6
commit 4a58540bdf
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"description": "Contains the core IDataProtector and IDataProtectionProvider interfaces for ASP.NET 5 Data Protection.", "description": "Contains the core IDataProtector and IDataProtectionProvider abstractions for ASP.NET 5 Data Protection.",
"dependencies": { "dependencies": {
"Microsoft.Framework.NotNullAttribute.Internal": { "type": "build", "version": "1.0.0-*" }, "Microsoft.Framework.NotNullAttribute.Internal": { "type": "build", "version": "1.0.0-*" },
"Microsoft.AspNet.DataProtection.Shared": { "type": "build", "version": "" } "Microsoft.AspNet.DataProtection.Shared": { "type": "build", "version": "" }
@ -9,12 +9,12 @@
"net451": { }, "net451": { },
"dnx451": { "dnx451": {
"dependencies": { "dependencies": {
"Microsoft.Framework.Runtime.Interfaces": "1.0.0-*" "Microsoft.Framework.Runtime.Abstractions": "1.0.0-*"
} }
}, },
"dnxcore50": { "dnxcore50": {
"dependencies": { "dependencies": {
"Microsoft.Framework.Runtime.Interfaces": "1.0.0-*", "Microsoft.Framework.Runtime.Abstractions": "1.0.0-*",
"System.ComponentModel": "4.0.0-beta-*", "System.ComponentModel": "4.0.0-beta-*",
"System.Diagnostics.Debug": "4.0.10-beta-*", "System.Diagnostics.Debug": "4.0.10-beta-*",
"System.Reflection": "4.0.10-beta-*", "System.Reflection": "4.0.10-beta-*",