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>2017-01-03 12:43:53 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2017-01-03 12:43:53 +0300
commit14a3a5b6c2dce0ea80209ef3c4f34d4c6d460177 (patch)
tree9b11c2faecc6c9040878d6ff47dc8f3ec552e873 /src/System.Net.ServicePoint
parent0f5dbe7a7c458e5c766b1959ec8881d0a01543a6 (diff)
Update CoreClr, CoreFx, ProjectNTfs to beta-24903-02, beta-24903-01, beta-24903-00, 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 a9055b990e..3bc4d4554f 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-24902-02",
- "System.Net.Security": "4.4.0-beta-24902-02",
- "System.Runtime": "4.4.0-beta-24902-02",
- "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24902-02"
+ "System.Net.Primitives": "4.4.0-beta-24903-01",
+ "System.Net.Security": "4.4.0-beta-24903-01",
+ "System.Runtime": "4.4.0-beta-24903-01",
+ "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24903-01"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Net.ServicePoint/src/project.json b/src/System.Net.ServicePoint/src/project.json
index f58214482a..33141ed0dd 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-24902-02",
- "System.Collections.Concurrent": "4.4.0-beta-24902-02",
- "System.Diagnostics.Debug": "4.4.0-beta-24902-02",
- "System.Net.Primitives": "4.4.0-beta-24902-02",
- "System.Net.Security": "4.4.0-beta-24902-02",
- "System.Resources.ResourceManager": "4.4.0-beta-24902-02",
- "System.Runtime": "4.4.0-beta-24902-02",
- "System.Runtime.Extensions": "4.4.0-beta-24902-02",
- "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24902-02"
+ "System.Collections": "4.4.0-beta-24903-01",
+ "System.Collections.Concurrent": "4.4.0-beta-24903-01",
+ "System.Diagnostics.Debug": "4.4.0-beta-24903-01",
+ "System.Net.Primitives": "4.4.0-beta-24903-01",
+ "System.Net.Security": "4.4.0-beta-24903-01",
+ "System.Resources.ResourceManager": "4.4.0-beta-24903-01",
+ "System.Runtime": "4.4.0-beta-24903-01",
+ "System.Runtime.Extensions": "4.4.0-beta-24903-01",
+ "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24903-01"
}
},
"net461": {