Update ASP.NET 5 versions for ASP.NET Core.

See https://github.com/aspnet/Announcements/issues/144 for more information.
This commit is contained in:
N. Taylor Mullen 2016-01-22 12:28:42 -08:00
parent e28aa5f568
commit 9beb46dff1
8 changed files with 60 additions and 60 deletions

View File

@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "0.1.0-*",
"description": "Client for communicating over web sockets.",
"repository": {
"type": "git",
@ -10,9 +10,9 @@
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.AspNetCore.WebSockets.Protocol": "1.0.0-*"
"Microsoft.AspNetCore.WebSockets.Protocol": "0.1.0-*"
},
"frameworks": {
"net451": { }
"net451": {}
}
}

View File

@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "0.1.0-*",
"description": "Managed web socket protocol parser.",
"repository": {
"type": "git",
@ -28,4 +28,4 @@
}
}
}
}
}

View File

@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "0.1.0-*",
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
@ -11,7 +11,7 @@
},
"dependencies": {
"Microsoft.AspNetCore.Http.Extensions": "1.0.0-*",
"Microsoft.AspNetCore.WebSockets.Protocol": "1.0.0-*",
"Microsoft.AspNetCore.WebSockets.Protocol": "0.1.0-*",
"Microsoft.Extensions.Options": "1.0.0-*"
},
"frameworks": {
@ -22,4 +22,4 @@
}
}
}
}
}

View File

@ -1,11 +1,11 @@
{
"dependencies": {
"Microsoft.AspNetCore.WebSockets.Client": "1.0.0-*"
},
"commands": {
"run" : "run"
},
"frameworks" : {
"dnx451" : { }
}
}
"dependencies": {
"Microsoft.AspNetCore.WebSockets.Client": "0.1.0-*"
},
"commands": {
"run": "run"
},
"frameworks": {
"dnx451": {}
}
}

View File

@ -1,7 +1,7 @@
{
"exclude": "wwwroot/**/*",
"dependencies": {
"Microsoft.AspNetCore.WebSockets.Server": "1.0.0-*",
"Microsoft.AspNetCore.WebSockets.Server": "0.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
},
"compilationOptions": {
@ -11,7 +11,7 @@
"web": "AutobahnTestServer"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
"dnx451": {},
"dnxcore50": {}
}
}
}

View File

@ -1,16 +1,16 @@
{
"dependencies": {
"Microsoft.AspNetCore.WebSockets.Protocol": "1.0.0-*",
"Microsoft.AspNetCore.WebSockets.Client": "1.0.0-*",
"Microsoft.AspNetCore.WebSockets.Server": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"xunit.runner.aspnet": "2.0.0-aspnet-*"
},
"frameworks": {
"dnx451": { }
},
"commands": {
"test": "xunit.runner.aspnet"
}
}
"dependencies": {
"Microsoft.AspNetCore.WebSockets.Protocol": "0.1.0-*",
"Microsoft.AspNetCore.WebSockets.Client": "0.1.0-*",
"Microsoft.AspNetCore.WebSockets.Server": "0.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"xunit.runner.aspnet": "2.0.0-aspnet-*"
},
"frameworks": {
"dnx451": {}
},
"commands": {
"test": "xunit.runner.aspnet"
}
}

View File

@ -1,13 +1,13 @@
{
"dependencies": {
"Microsoft.AspNetCore.WebSockets.Protocol": "1.0.0-*",
"xunit.runner.aspnet": "2.0.0-aspnet-*"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
},
"commands": {
"test": "xunit.runner.aspnet"
}
}
"dependencies": {
"Microsoft.AspNetCore.WebSockets.Protocol": "0.1.0-*",
"xunit.runner.aspnet": "2.0.0-aspnet-*"
},
"frameworks": {
"dnx451": {},
"dnxcore50": {}
},
"commands": {
"test": "xunit.runner.aspnet"
}
}

View File

@ -1,12 +1,12 @@
{
"commands": {
"TestClient": "TestClient"
},
"dependencies": {
"Microsoft.AspNetCore.WebSockets.Protocol": "1.0.0-*",
"Microsoft.AspNetCore.WebSockets.Client": "1.0.0-*"
},
"frameworks": {
"dnx451": { }
}
}
"commands": {
"TestClient": "TestClient"
},
"dependencies": {
"Microsoft.AspNetCore.WebSockets.Protocol": "0.1.0-*",
"Microsoft.AspNetCore.WebSockets.Client": "0.1.0-*"
},
"frameworks": {
"dnx451": {}
}
}