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