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-02 20:29:07 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2017-01-02 20:29:07 +0300
commitecb70894ab9e82f08fb8afcfe01e1f663f10a2e5 (patch)
tree6807470ff5daaec3c2f2a27f11892ea63722e46b /src/System.Net.ServicePoint
parent497c16d5fd9a719cced4a14cdb3c117615a8775e (diff)
Update CoreClr, CoreFx to beta-24902-03, beta-24902-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 1f8a712dab..a9055b990e 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-01",
- "System.Net.Security": "4.4.0-beta-24902-01",
- "System.Runtime": "4.4.0-beta-24902-01",
- "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24902-01"
+ "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"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Net.ServicePoint/src/project.json b/src/System.Net.ServicePoint/src/project.json
index b4d58f1393..f58214482a 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-01",
- "System.Collections.Concurrent": "4.4.0-beta-24902-01",
- "System.Diagnostics.Debug": "4.4.0-beta-24902-01",
- "System.Net.Primitives": "4.4.0-beta-24902-01",
- "System.Net.Security": "4.4.0-beta-24902-01",
- "System.Resources.ResourceManager": "4.4.0-beta-24902-01",
- "System.Runtime": "4.4.0-beta-24902-01",
- "System.Runtime.Extensions": "4.4.0-beta-24902-01",
- "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24902-01"
+ "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"
}
},
"net461": {