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" },
"frameworks" : {
"aspnet50" : { }
"dnx451" : { }
}
}

View File

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

View File

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