diff --git a/NuGet.config b/NuGet.config index 6197c9317..feaadcda8 100644 --- a/NuGet.config +++ b/NuGet.config @@ -1,7 +1,8 @@ - + - - + + + - \ No newline at end of file + diff --git a/samples/LargeResponseApp/project.json b/samples/LargeResponseApp/project.json index d2305ee97..b90a69026 100644 --- a/samples/LargeResponseApp/project.json +++ b/samples/LargeResponseApp/project.json @@ -1,7 +1,7 @@ { "version": "1.1.0-*", "dependencies": { - "Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*" + "Microsoft.AspNetCore.Server.Kestrel": "1.1.0" }, "buildOptions": { "emitEntryPoint": true @@ -11,7 +11,7 @@ "netcoreapp1.1": { "dependencies": { "Microsoft.NETCore.App": { - "version": "1.1.0-*", + "version": "1.1.0", "type": "platform" } } diff --git a/samples/SampleApp/project.json b/samples/SampleApp/project.json index c3314ee4f..f183c4c83 100644 --- a/samples/SampleApp/project.json +++ b/samples/SampleApp/project.json @@ -1,9 +1,9 @@ { "version": "1.1.0-*", "dependencies": { - "Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*", - "Microsoft.AspNetCore.Server.Kestrel.Https": "1.1.0-*", - "Microsoft.Extensions.Logging.Console": "1.1.0-*" + "Microsoft.AspNetCore.Server.Kestrel": "1.1.0", + "Microsoft.AspNetCore.Server.Kestrel.Https": "1.1.0", + "Microsoft.Extensions.Logging.Console": "1.1.0" }, "buildOptions": { "emitEntryPoint": true @@ -13,7 +13,7 @@ "netcoreapp1.1": { "dependencies": { "Microsoft.NETCore.App": { - "version": "1.1.0-*", + "version": "1.1.0", "type": "platform" } } diff --git a/src/Microsoft.AspNetCore.Server.Kestrel.Https/project.json b/src/Microsoft.AspNetCore.Server.Kestrel.Https/project.json index 5c23958fb..40c52175f 100644 --- a/src/Microsoft.AspNetCore.Server.Kestrel.Https/project.json +++ b/src/Microsoft.AspNetCore.Server.Kestrel.Https/project.json @@ -1,5 +1,5 @@ { - "version": "1.1.0-*", + "version": "1.1.0", "description": "HTTPS support for the ASP.NET Core Kestrel cross-platform web server.", "buildOptions": { "keyFile": "../../tools/Key.snk", @@ -20,18 +20,18 @@ ] }, "dependencies": { - "Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*", + "Microsoft.AspNetCore.Server.Kestrel": "1.1.0", "Microsoft.Extensions.TaskCache.Sources": { - "version": "1.1.0-*", + "version": "1.1.0-rtm-22752", "type": "build" }, - "NETStandard.Library": "1.6.1-*" + "NETStandard.Library": "1.6.1" }, "frameworks": { "net451": {}, "netstandard1.3": { "dependencies": { - "System.Net.Security": "4.3.0-*" + "System.Net.Security": "4.3.0" } } } diff --git a/src/Microsoft.AspNetCore.Server.Kestrel/project.json b/src/Microsoft.AspNetCore.Server.Kestrel/project.json index 4db40355f..31ee1ab4a 100644 --- a/src/Microsoft.AspNetCore.Server.Kestrel/project.json +++ b/src/Microsoft.AspNetCore.Server.Kestrel/project.json @@ -1,5 +1,5 @@ { - "version": "1.1.0-*", + "version": "1.1.0", "description": "ASP.NET Core Kestrel cross-platform web server.", "packOptions": { "repository": { @@ -13,16 +13,16 @@ }, "dependencies": { "Libuv": "1.9.1", - "Microsoft.AspNetCore.Hosting": "1.1.0-*", - "Microsoft.Extensions.Logging.Abstractions": "1.1.0-*", + "Microsoft.AspNetCore.Hosting": "1.1.0", + "Microsoft.Extensions.Logging.Abstractions": "1.1.0", "Microsoft.Extensions.TaskCache.Sources": { - "version": "1.1.0-*", + "version": "1.1.0-rtm-22752", "type": "build" }, - "NETStandard.Library": "1.6.1-*", - "System.Buffers": "4.3.0-*", - "System.Numerics.Vectors": "4.3.0-*", - "System.Threading.Tasks.Extensions": "4.3.0-*" + "NETStandard.Library": "1.6.1", + "System.Buffers": "4.3.0", + "System.Numerics.Vectors": "4.3.0", + "System.Threading.Tasks.Extensions": "4.3.0" }, "frameworks": { "net451": { @@ -37,8 +37,8 @@ }, "netstandard1.3": { "dependencies": { - "System.Threading.Thread": "4.3.0-*", - "System.Threading.ThreadPool": "4.3.0-*" + "System.Threading.Thread": "4.3.0", + "System.Threading.ThreadPool": "4.3.0" } } }, diff --git a/test/Microsoft.AspNetCore.Server.Kestrel.FunctionalTests/project.json b/test/Microsoft.AspNetCore.Server.Kestrel.FunctionalTests/project.json index 9444a422f..d188172fd 100644 --- a/test/Microsoft.AspNetCore.Server.Kestrel.FunctionalTests/project.json +++ b/test/Microsoft.AspNetCore.Server.Kestrel.FunctionalTests/project.json @@ -2,29 +2,29 @@ "version": "1.1.0-*", "dependencies": { "dotnet-test-xunit": "2.2.0-*", - "Microsoft.AspNetCore.Http.Abstractions": "1.1.0-*", - "Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*", - "Microsoft.AspNetCore.Server.Kestrel.Https": "1.1.0-*", - "Microsoft.AspNetCore.Testing": "1.1.0-*", - "Microsoft.Extensions.Logging.Testing": "1.1.0-*", - "Moq": "4.6.36-*", - "Newtonsoft.Json": "9.0.1", - "xunit": "2.2.0-*", + "Microsoft.AspNetCore.Http.Abstractions": "1.1.0", + "Microsoft.AspNetCore.Server.Kestrel": "1.1.0", + "Microsoft.AspNetCore.Server.Kestrel.Https": "1.1.0", + "Microsoft.AspNetCore.Testing": "1.1.0-rtm-22752", "Microsoft.CodeCoverage": { "type": "build", "version": "1.0.1" - } + }, + "Microsoft.Extensions.Logging.Testing": "1.1.0-rtm-22752", + "Moq": "4.6.36-*", + "Newtonsoft.Json": "9.0.1", + "xunit": "2.2.0-*" }, "frameworks": { "netcoreapp1.1": { "dependencies": { "Microsoft.NETCore.App": { - "version": "1.1.0-*", + "version": "1.1.0", "type": "platform" }, - "System.Net.Http.WinHttpHandler": "4.3.0-*", - "System.Net.NetworkInformation": "4.3.0-*", - "System.Runtime.Serialization.Primitives": "4.3.0-*" + "System.Net.Http.WinHttpHandler": "4.3.0", + "System.Net.NetworkInformation": "4.3.0", + "System.Runtime.Serialization.Primitives": "4.3.0" }, "imports": "dnxcore50" }, diff --git a/test/Microsoft.AspNetCore.Server.KestrelTests/project.json b/test/Microsoft.AspNetCore.Server.KestrelTests/project.json index 54537f5e8..6093e805d 100644 --- a/test/Microsoft.AspNetCore.Server.KestrelTests/project.json +++ b/test/Microsoft.AspNetCore.Server.KestrelTests/project.json @@ -2,25 +2,25 @@ "version": "1.1.0-*", "dependencies": { "dotnet-test-xunit": "2.2.0-*", - "Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*", - "Microsoft.AspNetCore.Server.Kestrel.Https": "1.1.0-*", - "Microsoft.AspNetCore.Testing": "1.1.0-*", - "Moq": "4.6.36-*", - "xunit": "2.2.0-*", + "Microsoft.AspNetCore.Server.Kestrel": "1.1.0", + "Microsoft.AspNetCore.Server.Kestrel.Https": "1.1.0", + "Microsoft.AspNetCore.Testing": "1.1.0-rtm-22752", "Microsoft.CodeCoverage": { "type": "build", "version": "1.0.1" - } + }, + "Moq": "4.6.36-*", + "xunit": "2.2.0-*" }, "frameworks": { "netcoreapp1.1": { "dependencies": { "Microsoft.NETCore.App": { - "version": "1.1.0-*", + "version": "1.1.0", "type": "platform" }, - "System.Diagnostics.TraceSource": "4.3.0-*", - "System.Net.Http.WinHttpHandler": "4.3.0-*" + "System.Diagnostics.TraceSource": "4.3.0", + "System.Net.Http.WinHttpHandler": "4.3.0" }, "imports": "dnxcore50" }, diff --git a/tools/Microsoft.AspNetCore.Server.Kestrel.GeneratedCode/project.json b/tools/Microsoft.AspNetCore.Server.Kestrel.GeneratedCode/project.json index f22ca3b7d..02e5847ba 100644 --- a/tools/Microsoft.AspNetCore.Server.Kestrel.GeneratedCode/project.json +++ b/tools/Microsoft.AspNetCore.Server.Kestrel.GeneratedCode/project.json @@ -4,14 +4,14 @@ "emitEntryPoint": true }, "dependencies": { - "Microsoft.AspNetCore.Hosting": "1.1.0-*", - "Microsoft.AspNetCore.Http.Features": "1.1.0-*" + "Microsoft.AspNetCore.Hosting": "1.1.0", + "Microsoft.AspNetCore.Http.Features": "1.1.0" }, "frameworks": { "netcoreapp1.1": { "dependencies": { "Microsoft.NETCore.App": { - "version": "1.1.0-*", + "version": "1.1.0", "type": "platform" } }