Updating to dev versions
This commit is contained in:
parent
c84849464e
commit
38ba07487a
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "0.1.0-*",
|
||||
"version": "0.2.0-*",
|
||||
"description": "Client for communicating over web sockets.",
|
||||
"packOptions": {
|
||||
"repository": {
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
"xmlDoc": true
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.WebSockets.Protocol": "0.1.0-*"
|
||||
"Microsoft.AspNetCore.WebSockets.Protocol": "0.2.0-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"net451": {}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "0.1.0-*",
|
||||
"version": "0.2.0-*",
|
||||
"description": "Managed web socket protocol parser.",
|
||||
"packOptions": {
|
||||
"repository": {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "0.1.0-*",
|
||||
"version": "0.2.0-*",
|
||||
"buildOptions": {
|
||||
"warningsAsErrors": true,
|
||||
"keyFile": "../../tools/Key.snk",
|
||||
|
|
@ -16,9 +16,9 @@
|
|||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.Http.Extensions": "1.0.0-*",
|
||||
"Microsoft.AspNetCore.WebSockets.Protocol": "0.1.0-*",
|
||||
"Microsoft.Extensions.Options": "1.0.0-*"
|
||||
"Microsoft.AspNetCore.Http.Extensions": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.WebSockets.Protocol": "0.2.0-*",
|
||||
"Microsoft.Extensions.Options": "1.1.0-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"net451": {},
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"emitEntryPoint": true
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.WebSockets.Client": "0.1.0-*"
|
||||
"Microsoft.AspNetCore.WebSockets.Client": "0.2.0-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"net451": {}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.WebSockets.Server": "0.1.0-*",
|
||||
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
|
||||
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
|
||||
"Microsoft.AspNetCore.WebSockets.Server": "0.2.0-*",
|
||||
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*"
|
||||
},
|
||||
"buildOptions": {
|
||||
"emitEntryPoint": true
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"dotnet-test-xunit": "1.0.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-*",
|
||||
"Microsoft.AspNetCore.WebSockets.Client": "0.2.0-*",
|
||||
"Microsoft.AspNetCore.WebSockets.Server": "0.2.0-*",
|
||||
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
||||
"xunit": "2.1.0"
|
||||
},
|
||||
"testRunner": "xunit",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"dotnet-test-xunit": "1.0.0-*",
|
||||
"Microsoft.AspNetCore.WebSockets.Protocol": "0.1.0-*",
|
||||
"Microsoft.AspNetCore.WebSockets.Protocol": "0.2.0-*",
|
||||
"xunit": "2.1.0"
|
||||
},
|
||||
"testRunner": "xunit",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.WebSockets.Protocol": "0.1.0-*",
|
||||
"Microsoft.AspNetCore.WebSockets.Client": "0.1.0-*"
|
||||
"Microsoft.AspNetCore.WebSockets.Protocol": "0.2.0-*",
|
||||
"Microsoft.AspNetCore.WebSockets.Client": "0.2.0-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"net451": {}
|
||||
|
|
|
|||
Loading…
Reference in New Issue