diff --git a/samples/HelloWorld/project.json b/samples/HelloWorld/project.json index 3c539e30a1..e8d088ba9e 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-*" + "Microsoft.Net.Http.Server": "1.0.0-rc1-final" }, "commands": { "sample": "HelloWorld" @@ -13,7 +13,7 @@ "netcoreapp1.0": { "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.0-*", + "version": "1.0.0", "type": "platform" } } diff --git a/samples/HotAddSample/project.json b/samples/HotAddSample/project.json index 7a8871d4f6..f7d3cb30d2 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-*", + "Microsoft.AspNetCore.Server.WebListener": "1.0.0-rc1-final", "Microsoft.Extensions.Logging.Console": "1.0.0" }, "buildOptions": { @@ -15,7 +15,7 @@ "netcoreapp1.0": { "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.0-*", + "version": "1.0.0", "type": "platform" } } diff --git a/samples/SelfHostServer/project.json b/samples/SelfHostServer/project.json index 8a48d6ac6d..61a41dccf5 100644 --- a/samples/SelfHostServer/project.json +++ b/samples/SelfHostServer/project.json @@ -1,6 +1,6 @@ { "dependencies": { - "Microsoft.AspNetCore.Server.WebListener": "1.0.0-rc1-*", + "Microsoft.AspNetCore.Server.WebListener": "1.0.0-rc1-final", "Microsoft.Extensions.Logging.Console": "1.0.0" }, "buildOptions": { @@ -14,7 +14,7 @@ "netcoreapp1.0": { "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.0-*", + "version": "1.0.0", "type": "platform" } } diff --git a/src/Microsoft.AspNetCore.Server.WebListener/project.json b/src/Microsoft.AspNetCore.Server.WebListener/project.json index 234a44efd2..27eed10c6b 100644 --- a/src/Microsoft.AspNetCore.Server.WebListener/project.json +++ b/src/Microsoft.AspNetCore.Server.WebListener/project.json @@ -1,10 +1,10 @@ { - "version": "1.0.0-rc1-*", + "version": "1.0.0-rc1-final", "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": "1.0.0-rc1-*" + "Microsoft.Net.Http.Server": "1.0.0-rc1-final" }, "buildOptions": { "allowUnsafe": true, diff --git a/src/Microsoft.Net.Http.Server/project.json b/src/Microsoft.Net.Http.Server/project.json index c23246d6d6..314afcfa67 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-*", + "version": "1.0.0-rc1-final", "description": "Implementation of WebListener, a successor to HttpListener. It is used in the WebListener server package.", "dependencies": { "Microsoft.Extensions.Logging.Abstractions": "1.0.0", diff --git a/test/Microsoft.AspNetCore.Server.WebListener.FunctionalTests/project.json b/test/Microsoft.AspNetCore.Server.WebListener.FunctionalTests/project.json index 14c0131feb..88bf098bd4 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-*", + "Microsoft.AspNetCore.Server.WebListener": "1.0.0-rc1-final", "Microsoft.AspNetCore.Testing": "1.0.0", "xunit": "2.2.0-*" }, @@ -14,7 +14,7 @@ "netcoreapp1.0": { "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.0-*", + "version": "1.0.0", "type": "platform" }, "System.Net.Http.WinHttpHandler": "4.0.0-*", diff --git a/test/Microsoft.Net.Http.Server.FunctionalTests/project.json b/test/Microsoft.Net.Http.Server.FunctionalTests/project.json index 179757aaf4..bf605d7360 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-*", + "Microsoft.Net.Http.Server": "1.0.0-rc1-final", "Microsoft.AspNetCore.Testing": "1.0.0", "xunit": "2.2.0-*" }, @@ -10,7 +10,7 @@ "netcoreapp1.0": { "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.0-*", + "version": "1.0.0", "type": "platform" }, "System.Net.Http": "4.1.0-*", diff --git a/test/Microsoft.Net.Http.Server.Tests/project.json b/test/Microsoft.Net.Http.Server.Tests/project.json index f4d93ce1af..81687ac3a3 100644 --- a/test/Microsoft.Net.Http.Server.Tests/project.json +++ b/test/Microsoft.Net.Http.Server.Tests/project.json @@ -2,14 +2,14 @@ "testRunner": "xunit", "dependencies": { "dotnet-test-xunit": "2.2.0-*", - "Microsoft.Net.Http.Server": "0.2.0-*", + "Microsoft.Net.Http.Server": "1.0.0-rc1-final", "xunit": "2.2.0-*" }, "frameworks": { "netcoreapp1.0": { "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.0-*", + "version": "1.0.0", "type": "platform" } }