Update aspnet50/aspnetcore50 => dnx451/dnxcore50.

This commit is contained in:
N. Taylor Mullen 2015-03-08 13:00:50 -07:00
parent 9bcc863321
commit 00a38659d5
7 changed files with 14 additions and 14 deletions

View File

@ -1,9 +1,9 @@
{
{
"version": "1.0.0-*",
"description": "Managed web socket protocol parser.",
"frameworks": {
"net45": { },
"aspnetcore50": {
"dnxcore50": {
"dependencies": {
"Microsoft.Net.WebSocketAbstractions": "1.0.0-*",
"System.Diagnostics.Contracts": "4.0.0-beta-*",

View File

@ -1,4 +1,4 @@
{
{
"version": "1.0.0-*",
"description": "ASP.NET 5 web socket middleware for use on top of opaque servers.",
"dependencies": {
@ -7,8 +7,8 @@
"Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*"
},
"frameworks": {
"aspnet50": { },
"aspnetcore50": {
"dnx451": { },
"dnxcore50": {
"dependencies": {
"System.Runtime": "4.0.20-beta-*"
}

View File

@ -6,6 +6,6 @@
"run" : "run"
},
"frameworks" : {
"aspnet50" : { }
"dnx451" : { }
}
}

View File

@ -12,7 +12,7 @@
"kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:12344"
},
"frameworks" : {
"aspnet50" : { },
"aspnetcore50" : { }
"dnx451" : { },
"dnxcore50" : { }
}
}

View File

@ -1,4 +1,4 @@
{
{
"dependencies": {
"Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*",
"Microsoft.AspNet.WebSockets.Client": "1.0.0-*",
@ -7,7 +7,7 @@
"xunit.runner.kre": "1.0.0-*"
},
"frameworks": {
"aspnet50": { }
"dnx451": { }
},
"commands": {
"test": "xunit.runner.kre"

View File

@ -1,10 +1,10 @@
{
{
"dependencies": {
"Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*",
"xunit.runner.kre": "1.0.0-*"
},
"frameworks": {
"aspnet50": { }
"dnx451": { }
},
"commands": {
"test": "xunit.runner.kre"

View File

@ -1,9 +1,9 @@
{
{
"dependencies": {
"Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*",
"Microsoft.AspNet.WebSockets.Client": "1.0.0-*"
},
"frameworks": {
"aspnet50": { }
"dnx451": { }
}
}