From b94519b821f1daec1f9e15cb339e0b8524a44bac Mon Sep 17 00:00:00 2001 From: Chris R Date: Wed, 7 Sep 2016 10:24:38 -0700 Subject: [PATCH] Pin versions --- samples/HotAddSample/project.json | 2 +- samples/SelfHostServer/project.json | 2 +- .../project.json | 2 +- src/Microsoft.Net.Http.Server/project.json | 32 +++++++++---------- .../project.json | 2 +- .../project.json | 2 +- 6 files changed, 21 insertions(+), 21 deletions(-) diff --git a/samples/HotAddSample/project.json b/samples/HotAddSample/project.json index 1f960ccef4..7a8871d4f6 100644 --- a/samples/HotAddSample/project.json +++ b/samples/HotAddSample/project.json @@ -2,7 +2,7 @@ "version": "1.1.0-*", "dependencies": { "Microsoft.AspNetCore.Server.WebListener": "1.0.0-rc1-*", - "Microsoft.Extensions.Logging.Console": "1.0.0-*" + "Microsoft.Extensions.Logging.Console": "1.0.0" }, "buildOptions": { "emitEntryPoint": true diff --git a/samples/SelfHostServer/project.json b/samples/SelfHostServer/project.json index 52c5854dbc..8a48d6ac6d 100644 --- a/samples/SelfHostServer/project.json +++ b/samples/SelfHostServer/project.json @@ -1,7 +1,7 @@ { "dependencies": { "Microsoft.AspNetCore.Server.WebListener": "1.0.0-rc1-*", - "Microsoft.Extensions.Logging.Console": "1.0.0-*" + "Microsoft.Extensions.Logging.Console": "1.0.0" }, "buildOptions": { "emitEntryPoint": true diff --git a/src/Microsoft.AspNetCore.Server.WebListener/project.json b/src/Microsoft.AspNetCore.Server.WebListener/project.json index dc0d01e50e..234a44efd2 100644 --- a/src/Microsoft.AspNetCore.Server.WebListener/project.json +++ b/src/Microsoft.AspNetCore.Server.WebListener/project.json @@ -19,7 +19,7 @@ "net451": {}, "netstandard1.3": { "dependencies": { - "System.Security.Claims": "4.0.1-*" + "System.Security.Claims": "4.0.1" } } } diff --git a/src/Microsoft.Net.Http.Server/project.json b/src/Microsoft.Net.Http.Server/project.json index 57d8bbe8b7..fe3340ff30 100644 --- a/src/Microsoft.Net.Http.Server/project.json +++ b/src/Microsoft.Net.Http.Server/project.json @@ -28,22 +28,22 @@ "type": "build", "version": "1.1.0-*" }, - "Microsoft.Win32.Primitives": "4.0.1-*", - "System.Diagnostics.Contracts": "4.0.1-*", - "System.Diagnostics.Debug": "4.0.11-*", - "System.Diagnostics.Tools": "4.0.1-*", - "System.IO": "4.1.0-*", - "System.IO.FileSystem": "4.0.1-*", - "System.Net.Primitives": "4.0.11-*", - "System.Net.WebSockets": "4.0.0-*", - "System.Runtime.Extensions": "4.1.0-*", - "System.Runtime.InteropServices": "4.1.0-*", - "System.Security.Claims": "4.0.1-*", - "System.Security.Cryptography.X509Certificates": "4.1.0-*", - "System.Security.Principal.Windows": "4.0.0-*", - "System.Text.Encoding.Extensions": "4.0.11-*", - "System.Threading": "4.0.11-*", - "System.Threading.Overlapped": "4.0.1-*", + "Microsoft.Win32.Primitives": "4.0.1", + "System.Diagnostics.Contracts": "4.0.1", + "System.Diagnostics.Debug": "4.0.11", + "System.Diagnostics.Tools": "4.0.1", + "System.IO": "4.1.0", + "System.IO.FileSystem": "4.0.1", + "System.Net.Primitives": "4.0.11", + "System.Net.WebSockets": "4.0.0", + "System.Runtime.Extensions": "4.1.0", + "System.Runtime.InteropServices": "4.1.0", + "System.Security.Claims": "4.0.1", + "System.Security.Cryptography.X509Certificates": "4.1.0", + "System.Security.Principal.Windows": "4.0.0", + "System.Text.Encoding.Extensions": "4.0.11", + "System.Threading": "4.0.11", + "System.Threading.Overlapped": "4.0.1", "System.Threading.Timer": "4.0.1" } } diff --git a/test/Microsoft.AspNetCore.Server.WebListener.FunctionalTests/project.json b/test/Microsoft.AspNetCore.Server.WebListener.FunctionalTests/project.json index ae72d0619a..14c0131feb 100644 --- a/test/Microsoft.AspNetCore.Server.WebListener.FunctionalTests/project.json +++ b/test/Microsoft.AspNetCore.Server.WebListener.FunctionalTests/project.json @@ -7,7 +7,7 @@ "dependencies": { "dotnet-test-xunit": "2.2.0-*", "Microsoft.AspNetCore.Server.WebListener": "1.0.0-rc1-*", - "Microsoft.AspNetCore.Testing": "1.0.0-*", + "Microsoft.AspNetCore.Testing": "1.0.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 91f6c36ca0..179757aaf4 100644 --- a/test/Microsoft.Net.Http.Server.FunctionalTests/project.json +++ b/test/Microsoft.Net.Http.Server.FunctionalTests/project.json @@ -3,7 +3,7 @@ "dependencies": { "dotnet-test-xunit": "2.2.0-*", "Microsoft.Net.Http.Server": "1.0.0-rc1-*", - "Microsoft.AspNetCore.Testing": "1.0.0-*", + "Microsoft.AspNetCore.Testing": "1.0.0", "xunit": "2.2.0-*" }, "frameworks": {