From 9635d682c4a900e8031aea35ca6d3b66defb5009 Mon Sep 17 00:00:00 2001 From: dotnet-bot Date: Sat, 10 Dec 2016 17:24:57 +0000 Subject: Update CoreClr, CoreFx to beta-24810-04, beta-24810-03, respectively --- src/System.Net.ServicePoint/ref/project.json | 8 ++++---- src/System.Net.ServicePoint/src/project.json | 18 +++++++++--------- 2 files changed, 13 insertions(+), 13 deletions(-) (limited to 'src/System.Net.ServicePoint') diff --git a/src/System.Net.ServicePoint/ref/project.json b/src/System.Net.ServicePoint/ref/project.json index 775c908d0c..737dc1c75f 100644 --- a/src/System.Net.ServicePoint/ref/project.json +++ b/src/System.Net.ServicePoint/ref/project.json @@ -1,9 +1,9 @@ { "dependencies": { - "System.Net.Primitives": "4.4.0-beta-24810-02", - "System.Net.Security": "4.4.0-beta-24810-02", - "System.Runtime": "4.4.0-beta-24810-02", - "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24810-02" + "System.Net.Primitives": "4.4.0-beta-24810-03", + "System.Net.Security": "4.4.0-beta-24810-03", + "System.Runtime": "4.4.0-beta-24810-03", + "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24810-03" }, "frameworks": { "netstandard1.7": {} diff --git a/src/System.Net.ServicePoint/src/project.json b/src/System.Net.ServicePoint/src/project.json index 0f36968097..18554bca3a 100644 --- a/src/System.Net.ServicePoint/src/project.json +++ b/src/System.Net.ServicePoint/src/project.json @@ -3,15 +3,15 @@ "netstandard1.7": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.4.0-beta-24810-02", - "System.Collections.Concurrent": "4.4.0-beta-24810-02", - "System.Diagnostics.Debug": "4.4.0-beta-24810-02", - "System.Net.Primitives": "4.4.0-beta-24810-02", - "System.Net.Security": "4.4.0-beta-24810-02", - "System.Resources.ResourceManager": "4.4.0-beta-24810-02", - "System.Runtime": "4.4.0-beta-24810-02", - "System.Runtime.Extensions": "4.4.0-beta-24810-02", - "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24810-02" + "System.Collections": "4.4.0-beta-24810-03", + "System.Collections.Concurrent": "4.4.0-beta-24810-03", + "System.Diagnostics.Debug": "4.4.0-beta-24810-03", + "System.Net.Primitives": "4.4.0-beta-24810-03", + "System.Net.Security": "4.4.0-beta-24810-03", + "System.Resources.ResourceManager": "4.4.0-beta-24810-03", + "System.Runtime": "4.4.0-beta-24810-03", + "System.Runtime.Extensions": "4.4.0-beta-24810-03", + "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24810-03" } }, "net463": { -- cgit v1.2.3