diff --git a/samples/HelloWorld/project.json b/samples/HelloWorld/project.json index e8d088ba9e..0188f94723 100644 --- a/samples/HelloWorld/project.json +++ b/samples/HelloWorld/project.json @@ -3,7 +3,7 @@ "emitEntryPoint": true }, "dependencies": { - "Microsoft.Net.Http.Server": "1.0.0-rc1-final" + "Microsoft.Net.Http.Server": "1.0.0-rc2-final" }, "commands": { "sample": "HelloWorld" diff --git a/samples/HotAddSample/project.json b/samples/HotAddSample/project.json index f7d3cb30d2..1371305e91 100644 --- a/samples/HotAddSample/project.json +++ b/samples/HotAddSample/project.json @@ -1,7 +1,7 @@ { "version": "1.1.0-*", "dependencies": { - "Microsoft.AspNetCore.Server.WebListener": "1.0.0-rc1-final", + "Microsoft.AspNetCore.Server.WebListener": "1.0.0-rc2-final", "Microsoft.Extensions.Logging.Console": "1.0.0" }, "buildOptions": { diff --git a/samples/SelfHostServer/project.json b/samples/SelfHostServer/project.json index 61a41dccf5..f33119839b 100644 --- a/samples/SelfHostServer/project.json +++ b/samples/SelfHostServer/project.json @@ -1,6 +1,6 @@ { "dependencies": { - "Microsoft.AspNetCore.Server.WebListener": "1.0.0-rc1-final", + "Microsoft.AspNetCore.Server.WebListener": "1.0.0-rc2-final", "Microsoft.Extensions.Logging.Console": "1.0.0" }, "buildOptions": { diff --git a/src/Microsoft.AspNetCore.Server.WebListener/project.json b/src/Microsoft.AspNetCore.Server.WebListener/project.json index 3641825f52..bdfe64508c 100644 --- a/src/Microsoft.AspNetCore.Server.WebListener/project.json +++ b/src/Microsoft.AspNetCore.Server.WebListener/project.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-rc1-final", + "version": "1.0.0-rc2-final", "description": "ASP.NET Core HTTP server for Windows.", "packOptions": { "tags": [ @@ -10,7 +10,7 @@ "dependencies": { "Microsoft.AspNetCore.Hosting": "1.0.0", "Microsoft.Net.Http.Headers": "1.0.0", - "Microsoft.Net.Http.Server": "1.0.0-rc1-final" + "Microsoft.Net.Http.Server": "1.0.0-rc2-final" }, "buildOptions": { "allowUnsafe": true, diff --git a/src/Microsoft.Net.Http.Server/project.json b/src/Microsoft.Net.Http.Server/project.json index c194e0a135..b0b467ba09 100644 --- a/src/Microsoft.Net.Http.Server/project.json +++ b/src/Microsoft.Net.Http.Server/project.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-rc1-final", + "version": "1.0.0-rc2-final", "description": ".NET HTTP server that uses the Windows HTTP Server API.", "packOptions": { "tags": [ diff --git a/test/Microsoft.AspNetCore.Server.WebListener.FunctionalTests/project.json b/test/Microsoft.AspNetCore.Server.WebListener.FunctionalTests/project.json index 88bf098bd4..17449f517c 100644 --- a/test/Microsoft.AspNetCore.Server.WebListener.FunctionalTests/project.json +++ b/test/Microsoft.AspNetCore.Server.WebListener.FunctionalTests/project.json @@ -6,7 +6,7 @@ "testRunner": "xunit", "dependencies": { "dotnet-test-xunit": "2.2.0-*", - "Microsoft.AspNetCore.Server.WebListener": "1.0.0-rc1-final", + "Microsoft.AspNetCore.Server.WebListener": "1.0.0-rc2-final", "Microsoft.AspNetCore.Testing": "1.0.0", "xunit": "2.2.0-*" }, diff --git a/test/Microsoft.Net.Http.Server.FunctionalTests/project.json b/test/Microsoft.Net.Http.Server.FunctionalTests/project.json index bf605d7360..f69d545db9 100644 --- a/test/Microsoft.Net.Http.Server.FunctionalTests/project.json +++ b/test/Microsoft.Net.Http.Server.FunctionalTests/project.json @@ -2,7 +2,7 @@ "testRunner": "xunit", "dependencies": { "dotnet-test-xunit": "2.2.0-*", - "Microsoft.Net.Http.Server": "1.0.0-rc1-final", + "Microsoft.Net.Http.Server": "1.0.0-rc2-final", "Microsoft.AspNetCore.Testing": "1.0.0", "xunit": "2.2.0-*" }, diff --git a/test/Microsoft.Net.Http.Server.Tests/project.json b/test/Microsoft.Net.Http.Server.Tests/project.json index 81687ac3a3..bfdd758b97 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.0.0-rc1-final", + "Microsoft.Net.Http.Server": "1.0.0-rc2-final", "xunit": "2.2.0-*" }, "frameworks": {