Updating versions to 1.2.0-*
This commit is contained in:
parent
9f538d9c15
commit
bbe3c76c5a
|
|
@ -3,7 +3,7 @@
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.Net.Http.Server": "1.1.0-*"
|
"Microsoft.Net.Http.Server": "1.2.0-*"
|
||||||
},
|
},
|
||||||
"commands": {
|
"commands": {
|
||||||
"sample": "HelloWorld"
|
"sample": "HelloWorld"
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.Server.WebListener": "1.1.0-*",
|
"Microsoft.AspNetCore.Server.WebListener": "1.2.0-*",
|
||||||
"Microsoft.Extensions.Logging.Console": "1.1.0-*"
|
"Microsoft.Extensions.Logging.Console": "1.2.0-*"
|
||||||
},
|
},
|
||||||
"buildOptions": {
|
"buildOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.Server.WebListener": "1.1.0-*",
|
"Microsoft.AspNetCore.Server.WebListener": "1.2.0-*",
|
||||||
"Microsoft.Extensions.Logging.Console": "1.1.0-*"
|
"Microsoft.Extensions.Logging.Console": "1.2.0-*"
|
||||||
},
|
},
|
||||||
"buildOptions": {
|
"buildOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.1.0-*",
|
"version": "1.2.0-*",
|
||||||
"description": "ASP.NET Core HTTP server for Windows.",
|
"description": "ASP.NET Core HTTP server for Windows.",
|
||||||
"packOptions": {
|
"packOptions": {
|
||||||
"tags": [
|
"tags": [
|
||||||
|
|
@ -8,13 +8,15 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.Hosting": "1.1.0-*",
|
"Microsoft.AspNetCore.Hosting": "1.2.0-*",
|
||||||
"Microsoft.Extensions.TaskCache.Sources": {
|
"Microsoft.Extensions.TaskCache.Sources": {
|
||||||
"version": "1.1.0-*",
|
"version": "1.2.0-*",
|
||||||
"type": "build"
|
"type": "build"
|
||||||
},
|
},
|
||||||
"Microsoft.Net.Http.Headers": "1.1.0-*",
|
"Microsoft.Net.Http.Headers": "1.2.0-*",
|
||||||
"Microsoft.Net.Http.Server": "1.1.0-*",
|
"Microsoft.Net.Http.Server": {
|
||||||
|
"target": "project"
|
||||||
|
},
|
||||||
"NETStandard.Library": "1.6.1-*"
|
"NETStandard.Library": "1.6.1-*"
|
||||||
},
|
},
|
||||||
"buildOptions": {
|
"buildOptions": {
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.1.0-*",
|
"version": "1.2.0-*",
|
||||||
"description": ".NET HTTP server that uses the Windows HTTP Server API.",
|
"description": ".NET HTTP server that uses the Windows HTTP Server API.",
|
||||||
"packOptions": {
|
"packOptions": {
|
||||||
"tags": [
|
"tags": [
|
||||||
|
|
@ -8,8 +8,8 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.Extensions.Logging.Abstractions": "1.1.0-*",
|
"Microsoft.Extensions.Logging.Abstractions": "1.2.0-*",
|
||||||
"Microsoft.Extensions.Primitives": "1.1.0-*",
|
"Microsoft.Extensions.Primitives": "1.2.0-*",
|
||||||
"NETStandard.Library": "1.6.1-*"
|
"NETStandard.Library": "1.6.1-*"
|
||||||
},
|
},
|
||||||
"buildOptions": {
|
"buildOptions": {
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.Extensions.RuntimeEnvironment.Sources": {
|
"Microsoft.Extensions.RuntimeEnvironment.Sources": {
|
||||||
"type": "build",
|
"type": "build",
|
||||||
"version": "1.1.0-*"
|
"version": "1.2.0-*"
|
||||||
},
|
},
|
||||||
"System.Diagnostics.Contracts": "4.3.0-*",
|
"System.Diagnostics.Contracts": "4.3.0-*",
|
||||||
"System.Net.WebSockets": "4.3.0-*",
|
"System.Net.WebSockets": "4.3.0-*",
|
||||||
|
|
|
||||||
|
|
@ -6,8 +6,8 @@
|
||||||
"testRunner": "xunit",
|
"testRunner": "xunit",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotnet-test-xunit": "2.2.0-*",
|
"dotnet-test-xunit": "2.2.0-*",
|
||||||
"Microsoft.AspNetCore.Server.WebListener": "1.1.0-*",
|
"Microsoft.AspNetCore.Server.WebListener": "1.2.0-*",
|
||||||
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
"Microsoft.AspNetCore.Testing": "1.2.0-*",
|
||||||
"xunit": "2.2.0-*"
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
|
|
|
||||||
|
|
@ -6,8 +6,8 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotnet-test-xunit": "2.2.0-*",
|
"dotnet-test-xunit": "2.2.0-*",
|
||||||
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
"Microsoft.AspNetCore.Testing": "1.2.0-*",
|
||||||
"Microsoft.Net.Http.Server": "1.1.0-*",
|
"Microsoft.Net.Http.Server": "1.2.0-*",
|
||||||
"xunit": "2.2.0-*"
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.Extensions.RuntimeEnvironment.Sources": {
|
"Microsoft.Extensions.RuntimeEnvironment.Sources": {
|
||||||
"type": "build",
|
"type": "build",
|
||||||
"version": "1.1.0-*"
|
"version": "1.2.0-*"
|
||||||
},
|
},
|
||||||
"Microsoft.NETCore.App": {
|
"Microsoft.NETCore.App": {
|
||||||
"version": "1.1.0-*",
|
"version": "1.1.0-*",
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"testRunner": "xunit",
|
"testRunner": "xunit",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotnet-test-xunit": "2.2.0-*",
|
"dotnet-test-xunit": "2.2.0-*",
|
||||||
"Microsoft.Net.Http.Server": "1.1.0-*",
|
"Microsoft.Net.Http.Server": "1.2.0-*",
|
||||||
"xunit": "2.2.0-*"
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue