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:
parent
e28aa5f568
commit
9beb46dff1
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "0.1.0-*",
|
||||||
"description": "Client for communicating over web sockets.",
|
"description": "Client for communicating over web sockets.",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
"keyFile": "../../tools/Key.snk"
|
"keyFile": "../../tools/Key.snk"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.WebSockets.Protocol": "1.0.0-*"
|
"Microsoft.AspNetCore.WebSockets.Protocol": "0.1.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net451": {}
|
"net451": {}
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "0.1.0-*",
|
||||||
"description": "Managed web socket protocol parser.",
|
"description": "Managed web socket protocol parser.",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "0.1.0-*",
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"warningsAsErrors": true,
|
"warningsAsErrors": true,
|
||||||
"keyFile": "../../tools/Key.snk"
|
"keyFile": "../../tools/Key.snk"
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.Http.Extensions": "1.0.0-*",
|
"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-*"
|
"Microsoft.Extensions.Options": "1.0.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.WebSockets.Client": "1.0.0-*"
|
"Microsoft.AspNetCore.WebSockets.Client": "0.1.0-*"
|
||||||
},
|
},
|
||||||
"commands": {
|
"commands": {
|
||||||
"run": "run"
|
"run": "run"
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"exclude": "wwwroot/**/*",
|
"exclude": "wwwroot/**/*",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.WebSockets.Server": "1.0.0-*",
|
"Microsoft.AspNetCore.WebSockets.Server": "0.1.0-*",
|
||||||
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
|
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
|
||||||
},
|
},
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.WebSockets.Protocol": "1.0.0-*",
|
"Microsoft.AspNetCore.WebSockets.Protocol": "0.1.0-*",
|
||||||
"Microsoft.AspNetCore.WebSockets.Client": "1.0.0-*",
|
"Microsoft.AspNetCore.WebSockets.Client": "0.1.0-*",
|
||||||
"Microsoft.AspNetCore.WebSockets.Server": "1.0.0-*",
|
"Microsoft.AspNetCore.WebSockets.Server": "0.1.0-*",
|
||||||
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
|
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
|
||||||
"Microsoft.AspNetCore.Testing": "1.0.0-*",
|
"Microsoft.AspNetCore.Testing": "1.0.0-*",
|
||||||
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.WebSockets.Protocol": "1.0.0-*",
|
"Microsoft.AspNetCore.WebSockets.Protocol": "0.1.0-*",
|
||||||
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,8 @@
|
||||||
"TestClient": "TestClient"
|
"TestClient": "TestClient"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.WebSockets.Protocol": "1.0.0-*",
|
"Microsoft.AspNetCore.WebSockets.Protocol": "0.1.0-*",
|
||||||
"Microsoft.AspNetCore.WebSockets.Client": "1.0.0-*"
|
"Microsoft.AspNetCore.WebSockets.Client": "0.1.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"dnx451": {}
|
"dnx451": {}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue