Update aspnet50/aspnetcore50 => dnx451/dnxcore50.

This commit is contained in:
N. Taylor Mullen 2015-03-08 12:56:25 -07:00
parent 02ab100324
commit c2c2c6b55d
3 changed files with 8 additions and 8 deletions

View File

@ -11,6 +11,6 @@
}, },
"commands": { "web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001" }, "commands": { "web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001" },
"frameworks" : { "frameworks" : {
"aspnet50" : { } "dnx451" : { }
} }
} }

View File

@ -1,4 +1,4 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"description": "ASP.NET 5 session state middleware.", "description": "ASP.NET 5 session state middleware.",
"dependencies": { "dependencies": {
@ -11,11 +11,11 @@
"allowUnsafe": true "allowUnsafe": true
}, },
"frameworks": { "frameworks": {
"aspnet50": { }, "dnx451": { },
"aspnetcore50": { "dnxcore50": {
"dependencies": { "dependencies": {
"System.Security.Cryptography.RandomNumberGenerator": "4.0.0-beta-*" "System.Security.Cryptography.RandomNumberGenerator": "4.0.0-beta-*"
} }
} }
} }
} }

View File

@ -1,4 +1,4 @@
{ {
"dependencies": { "dependencies": {
"Microsoft.AspNet.Session": "1.0.0-*", "Microsoft.AspNet.Session": "1.0.0-*",
"Microsoft.AspNet.RequestContainer": "1.0.0-*", "Microsoft.AspNet.RequestContainer": "1.0.0-*",
@ -10,6 +10,6 @@
"test": "xunit.runner.kre" "test": "xunit.runner.kre"
}, },
"frameworks": { "frameworks": {
"aspnet50": {} "dnx451": {}
} }
} }