Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-bot <dotnet-bot@microsoft.com>2016-12-11 20:25:16 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2016-12-11 20:25:16 +0300
commitf77687d070721a2e16d427236dba471e5641a22c (patch)
tree2c078cecdf9dfabe665b112996bdd7afc6a94a0e /src/System.Net.ServicePoint
parent1c3c5c5525d21869b4a2c61681557acea38c50d0 (diff)
Update CoreClr, CoreFx to beta-24811-03, beta-24811-02, respectively
Diffstat (limited to 'src/System.Net.ServicePoint')
-rw-r--r--src/System.Net.ServicePoint/ref/project.json8
-rw-r--r--src/System.Net.ServicePoint/src/project.json18
2 files changed, 13 insertions, 13 deletions
diff --git a/src/System.Net.ServicePoint/ref/project.json b/src/System.Net.ServicePoint/ref/project.json
index e8568b30d7..34038243db 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-24811-01",
- "System.Net.Security": "4.4.0-beta-24811-01",
- "System.Runtime": "4.4.0-beta-24811-01",
- "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24811-01"
+ "System.Net.Primitives": "4.4.0-beta-24811-02",
+ "System.Net.Security": "4.4.0-beta-24811-02",
+ "System.Runtime": "4.4.0-beta-24811-02",
+ "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24811-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Net.ServicePoint/src/project.json b/src/System.Net.ServicePoint/src/project.json
index 182183c6bd..4f9b8ee010 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-24811-01",
- "System.Collections.Concurrent": "4.4.0-beta-24811-01",
- "System.Diagnostics.Debug": "4.4.0-beta-24811-01",
- "System.Net.Primitives": "4.4.0-beta-24811-01",
- "System.Net.Security": "4.4.0-beta-24811-01",
- "System.Resources.ResourceManager": "4.4.0-beta-24811-01",
- "System.Runtime": "4.4.0-beta-24811-01",
- "System.Runtime.Extensions": "4.4.0-beta-24811-01",
- "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24811-01"
+ "System.Collections": "4.4.0-beta-24811-02",
+ "System.Collections.Concurrent": "4.4.0-beta-24811-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24811-02",
+ "System.Net.Primitives": "4.4.0-beta-24811-02",
+ "System.Net.Security": "4.4.0-beta-24811-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24811-02",
+ "System.Runtime": "4.4.0-beta-24811-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24811-02",
+ "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24811-02"
}
},
"net463": {