From b8f930bb4c7673a55b6544c37ae90bba86776aae Mon Sep 17 00:00:00 2001 From: Troy Dai Date: Tue, 4 Aug 2015 10:15:28 -0700 Subject: [PATCH] Update CoreCLR versions --- src/Kestrel/project.json | 2 +- .../project.json | 24 +++++++++---------- .../project.json | 4 ++-- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/Kestrel/project.json b/src/Kestrel/project.json index eb2037ca21..1187eba23c 100644 --- a/src/Kestrel/project.json +++ b/src/Kestrel/project.json @@ -15,7 +15,7 @@ }, "dnxcore50": { "dependencies": { - "System.Runtime": "4.0.20-beta-*" + "System.Runtime": "4.0.21-beta-*" } } } diff --git a/src/Microsoft.AspNet.Server.Kestrel/project.json b/src/Microsoft.AspNet.Server.Kestrel/project.json index 1b416d8fe3..d363b2770d 100644 --- a/src/Microsoft.AspNet.Server.Kestrel/project.json +++ b/src/Microsoft.AspNet.Server.Kestrel/project.json @@ -12,19 +12,19 @@ "dnx451": { }, "dnxcore50": { "dependencies": { - "System.Collections": "4.0.10-beta-*", - "System.Diagnostics.Debug": "4.0.10-beta-*", + "System.Collections": "4.0.11-beta-*", + "System.Diagnostics.Debug": "4.0.11-beta-*", "System.Diagnostics.TraceSource": "4.0.0-beta-*", - "System.Diagnostics.Tracing": "4.0.20-beta-*", - "System.Globalization": "4.0.10-beta-*", - "System.IO": "4.0.10-beta-*", - "System.Linq": "4.0.0-beta-*", - "System.Net.Primitives": "4.0.10-beta-*", - "System.Runtime.Extensions": "4.0.10-beta-*", - "System.Runtime.InteropServices": "4.0.20-beta-*", - "System.Text.Encoding": "4.0.10-beta-*", - "System.Threading": "4.0.10-beta-*", - "System.Threading.Tasks": "4.0.10-beta-*", + "System.Diagnostics.Tracing": "4.0.21-beta-*", + "System.Globalization": "4.0.11-beta-*", + "System.IO": "4.0.11-beta-*", + "System.Linq": "4.0.1-beta-*", + "System.Net.Primitives": "4.0.11-beta-*", + "System.Runtime.Extensions": "4.0.11-beta-*", + "System.Runtime.InteropServices": "4.0.21-beta-*", + "System.Text.Encoding": "4.0.11-beta-*", + "System.Threading": "4.0.11-beta-*", + "System.Threading.Tasks": "4.0.11-beta-*", "System.Threading.Thread": "4.0.0-beta-*", "System.Threading.ThreadPool": "4.0.10-beta-*" } diff --git a/test/Microsoft.AspNet.Server.KestrelTests/project.json b/test/Microsoft.AspNet.Server.KestrelTests/project.json index ad74555390..cd48e8c2ca 100644 --- a/test/Microsoft.AspNet.Server.KestrelTests/project.json +++ b/test/Microsoft.AspNet.Server.KestrelTests/project.json @@ -9,8 +9,8 @@ "dnxcore50": { "dependencies": { "System.Net.Sockets": "4.0.10-beta-*", - "System.Runtime.Handles": "4.0.0-beta-*", - "System.IO": "4.0.10-beta-*" + "System.Runtime.Handles": "4.0.1-beta-*", + "System.IO": "4.0.11-beta-*" } } },