diff --git a/samples/HelloWorld/project.json b/samples/HelloWorld/project.json index 342ec5501e..3f020a9932 100644 --- a/samples/HelloWorld/project.json +++ b/samples/HelloWorld/project.json @@ -3,7 +3,7 @@ "emitEntryPoint": true }, "dependencies": { - "Microsoft.Net.Http.Server": "1.1.0-*" + "Microsoft.Net.Http.Server": "1.2.0-*" }, "commands": { "sample": "HelloWorld" diff --git a/samples/HotAddSample/project.json b/samples/HotAddSample/project.json index e1cdd57484..06363d656c 100644 --- a/samples/HotAddSample/project.json +++ b/samples/HotAddSample/project.json @@ -1,7 +1,7 @@ { "dependencies": { - "Microsoft.AspNetCore.Server.WebListener": "1.1.0-*", - "Microsoft.Extensions.Logging.Console": "1.1.0-*" + "Microsoft.AspNetCore.Server.WebListener": "1.2.0-*", + "Microsoft.Extensions.Logging.Console": "1.2.0-*" }, "buildOptions": { "emitEntryPoint": true diff --git a/samples/SelfHostServer/project.json b/samples/SelfHostServer/project.json index 19e696585d..ecef54f54c 100644 --- a/samples/SelfHostServer/project.json +++ b/samples/SelfHostServer/project.json @@ -1,7 +1,7 @@ { "dependencies": { - "Microsoft.AspNetCore.Server.WebListener": "1.1.0-*", - "Microsoft.Extensions.Logging.Console": "1.1.0-*" + "Microsoft.AspNetCore.Server.WebListener": "1.2.0-*", + "Microsoft.Extensions.Logging.Console": "1.2.0-*" }, "buildOptions": { "emitEntryPoint": true diff --git a/src/Microsoft.AspNetCore.Server.WebListener/project.json b/src/Microsoft.AspNetCore.Server.WebListener/project.json index a61e1ebbdc..8a6480fbf0 100644 --- a/src/Microsoft.AspNetCore.Server.WebListener/project.json +++ b/src/Microsoft.AspNetCore.Server.WebListener/project.json @@ -1,5 +1,5 @@ { - "version": "1.1.0-*", + "version": "1.2.0-*", "description": "ASP.NET Core HTTP server for Windows.", "packOptions": { "tags": [ @@ -8,13 +8,15 @@ ] }, "dependencies": { - "Microsoft.AspNetCore.Hosting": "1.1.0-*", + "Microsoft.AspNetCore.Hosting": "1.2.0-*", "Microsoft.Extensions.TaskCache.Sources": { - "version": "1.1.0-*", + "version": "1.2.0-*", "type": "build" }, - "Microsoft.Net.Http.Headers": "1.1.0-*", - "Microsoft.Net.Http.Server": "1.1.0-*", + "Microsoft.Net.Http.Headers": "1.2.0-*", + "Microsoft.Net.Http.Server": { + "target": "project" + }, "NETStandard.Library": "1.6.1-*" }, "buildOptions": { diff --git a/src/Microsoft.Net.Http.Server/project.json b/src/Microsoft.Net.Http.Server/project.json index 4a8052c6b3..aff1daacbd 100644 --- a/src/Microsoft.Net.Http.Server/project.json +++ b/src/Microsoft.Net.Http.Server/project.json @@ -1,5 +1,5 @@ { - "version": "1.1.0-*", + "version": "1.2.0-*", "description": ".NET HTTP server that uses the Windows HTTP Server API.", "packOptions": { "tags": [ @@ -8,8 +8,8 @@ ] }, "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "1.1.0-*", - "Microsoft.Extensions.Primitives": "1.1.0-*", + "Microsoft.Extensions.Logging.Abstractions": "1.2.0-*", + "Microsoft.Extensions.Primitives": "1.2.0-*", "NETStandard.Library": "1.6.1-*" }, "buildOptions": { @@ -33,7 +33,7 @@ "dependencies": { "Microsoft.Extensions.RuntimeEnvironment.Sources": { "type": "build", - "version": "1.1.0-*" + "version": "1.2.0-*" }, "System.Diagnostics.Contracts": "4.3.0-*", "System.Net.WebSockets": "4.3.0-*", diff --git a/test/Microsoft.AspNetCore.Server.WebListener.FunctionalTests/project.json b/test/Microsoft.AspNetCore.Server.WebListener.FunctionalTests/project.json index b27565038d..1dc65a1e43 100644 --- a/test/Microsoft.AspNetCore.Server.WebListener.FunctionalTests/project.json +++ b/test/Microsoft.AspNetCore.Server.WebListener.FunctionalTests/project.json @@ -6,8 +6,8 @@ "testRunner": "xunit", "dependencies": { "dotnet-test-xunit": "2.2.0-*", - "Microsoft.AspNetCore.Server.WebListener": "1.1.0-*", - "Microsoft.AspNetCore.Testing": "1.1.0-*", + "Microsoft.AspNetCore.Server.WebListener": "1.2.0-*", + "Microsoft.AspNetCore.Testing": "1.2.0-*", "xunit": "2.2.0-*" }, "frameworks": { diff --git a/test/Microsoft.Net.Http.Server.FunctionalTests/project.json b/test/Microsoft.Net.Http.Server.FunctionalTests/project.json index 090e5e1874..246625dbd1 100644 --- a/test/Microsoft.Net.Http.Server.FunctionalTests/project.json +++ b/test/Microsoft.Net.Http.Server.FunctionalTests/project.json @@ -6,8 +6,8 @@ }, "dependencies": { "dotnet-test-xunit": "2.2.0-*", - "Microsoft.AspNetCore.Testing": "1.1.0-*", - "Microsoft.Net.Http.Server": "1.1.0-*", + "Microsoft.AspNetCore.Testing": "1.2.0-*", + "Microsoft.Net.Http.Server": "1.2.0-*", "xunit": "2.2.0-*" }, "frameworks": { @@ -15,7 +15,7 @@ "dependencies": { "Microsoft.Extensions.RuntimeEnvironment.Sources": { "type": "build", - "version": "1.1.0-*" + "version": "1.2.0-*" }, "Microsoft.NETCore.App": { "version": "1.1.0-*", diff --git a/test/Microsoft.Net.Http.Server.Tests/project.json b/test/Microsoft.Net.Http.Server.Tests/project.json index a4fc014661..6259da24ed 100644 --- a/test/Microsoft.Net.Http.Server.Tests/project.json +++ b/test/Microsoft.Net.Http.Server.Tests/project.json @@ -2,7 +2,7 @@ "testRunner": "xunit", "dependencies": { "dotnet-test-xunit": "2.2.0-*", - "Microsoft.Net.Http.Server": "1.1.0-*", + "Microsoft.Net.Http.Server": "1.2.0-*", "xunit": "2.2.0-*" }, "frameworks": {