Updating to dev versions
This commit is contained in:
parent
4904e9f525
commit
10df99de67
|
|
@ -3,8 +3,8 @@
|
|||
"emitEntryPoint": true
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.Net.Http.Server": "0.1.0-*",
|
||||
"Microsoft.Net.WebSockets.Server": "0.1.0-*"
|
||||
"Microsoft.Net.Http.Server": "0.2.0-*",
|
||||
"Microsoft.Net.WebSockets.Server": "0.2.0-*"
|
||||
},
|
||||
"commands": {
|
||||
"sample": "HelloWorld"
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"version": "1.0.0-*",
|
||||
"version": "1.1.0-*",
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.Server.WebListener": "0.1.0-*",
|
||||
"Microsoft.Extensions.Logging.Console": "1.0.0-*"
|
||||
"Microsoft.AspNetCore.Server.WebListener": "0.2.0-*",
|
||||
"Microsoft.Extensions.Logging.Console": "1.1.0-*"
|
||||
},
|
||||
"buildOptions": {
|
||||
"emitEntryPoint": true
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.Server.WebListener": "0.1.0-*",
|
||||
"Microsoft.Extensions.Logging.Console": "1.0.0-*"
|
||||
"Microsoft.AspNetCore.Server.WebListener": "0.2.0-*",
|
||||
"Microsoft.Extensions.Logging.Console": "1.1.0-*"
|
||||
},
|
||||
"buildOptions": {
|
||||
"emitEntryPoint": true
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"version": "0.1.0-*",
|
||||
"version": "0.2.0-*",
|
||||
"description": "ASP.NET 5 self-host web server.",
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.Hosting": "1.0.0-*",
|
||||
"Microsoft.Net.Http.Headers": "1.0.0-*",
|
||||
"Microsoft.Net.Http.Server": "0.1.0-*"
|
||||
"Microsoft.AspNetCore.Hosting": "1.1.0-*",
|
||||
"Microsoft.Net.Http.Headers": "1.1.0-*",
|
||||
"Microsoft.Net.Http.Server": "0.2.0-*"
|
||||
},
|
||||
"buildOptions": {
|
||||
"allowUnsafe": true,
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"version": "0.1.0-*",
|
||||
"version": "0.2.0-*",
|
||||
"description": "Implementation of WebListener, a successor to HttpListener. It is used in the WebListener server package.",
|
||||
"dependencies": {
|
||||
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*",
|
||||
"Microsoft.Extensions.Primitives": "1.0.0-*"
|
||||
"Microsoft.Extensions.Logging.Abstractions": "1.1.0-*",
|
||||
"Microsoft.Extensions.Primitives": "1.1.0-*"
|
||||
},
|
||||
"buildOptions": {
|
||||
"allowUnsafe": true,
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"version": "0.1.0-*",
|
||||
"version": "0.2.0-*",
|
||||
"description": "Implementation of WebSocket abstract base class. Used by WebListener.",
|
||||
"dependencies": {
|
||||
"Microsoft.Net.Http.Server": "0.1.0-*"
|
||||
"Microsoft.Net.Http.Server": "0.2.0-*"
|
||||
},
|
||||
"buildOptions": {
|
||||
"allowUnsafe": true,
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
"testRunner": "xunit",
|
||||
"dependencies": {
|
||||
"dotnet-test-xunit": "1.0.0-*",
|
||||
"Microsoft.AspNetCore.Server.WebListener": "0.1.0-*",
|
||||
"Microsoft.AspNetCore.Testing": "1.0.0-*",
|
||||
"Microsoft.AspNetCore.Server.WebListener": "0.2.0-*",
|
||||
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
||||
"xunit": "2.1.0"
|
||||
},
|
||||
"frameworks": {
|
||||
|
|
|
|||
|
|
@ -2,9 +2,9 @@
|
|||
"testRunner": "xunit",
|
||||
"dependencies": {
|
||||
"dotnet-test-xunit": "1.0.0-*",
|
||||
"Microsoft.Net.Http.Server": "0.1.0-*",
|
||||
"Microsoft.Net.WebSockets.Server": "0.1.0-*",
|
||||
"Microsoft.AspNetCore.Testing": "1.0.0-*",
|
||||
"Microsoft.Net.Http.Server": "0.2.0-*",
|
||||
"Microsoft.Net.WebSockets.Server": "0.2.0-*",
|
||||
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
||||
"xunit": "2.1.0"
|
||||
},
|
||||
"frameworks": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue