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-10-28 01:28:54 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2016-10-28 01:28:54 +0300
commitb030c0a58466c70ca34b56933903b31e580e6189 (patch)
tree315e905df813a3031b4d6b14792fea8e16576a91 /src/System.Net.ServicePoint
parentd224e6cb02393395333f479315563b2f91595de1 (diff)
Update CoreClr, CoreFx, External, ProjectNTfs to beta-24627-05, beta-24627-05, beta-24627-00, beta-24627-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 537c9c8540..731366bbd5 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-24626-02",
- "System.Net.Security": "4.4.0-beta-24626-02",
- "System.Runtime": "4.4.0-beta-24626-02",
- "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24626-02"
+ "System.Net.Primitives": "4.4.0-beta-24627-05",
+ "System.Net.Security": "4.4.0-beta-24627-05",
+ "System.Runtime": "4.4.0-beta-24627-05",
+ "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24627-05"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Net.ServicePoint/src/project.json b/src/System.Net.ServicePoint/src/project.json
index cbdde7295f..370a0f17d1 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.0.1",
- "System.Collections": "4.4.0-beta-24626-02",
- "System.Collections.Concurrent": "4.4.0-beta-24626-02",
- "System.Diagnostics.Debug": "4.4.0-beta-24626-02",
- "System.Net.Primitives": "4.4.0-beta-24626-02",
- "System.Net.Security": "4.4.0-beta-24626-02",
- "System.Resources.ResourceManager": "4.4.0-beta-24626-02",
- "System.Runtime": "4.4.0-beta-24626-02",
- "System.Runtime.Extensions": "4.4.0-beta-24626-02",
- "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24626-02"
+ "System.Collections": "4.4.0-beta-24627-05",
+ "System.Collections.Concurrent": "4.4.0-beta-24627-05",
+ "System.Diagnostics.Debug": "4.4.0-beta-24627-05",
+ "System.Net.Primitives": "4.4.0-beta-24627-05",
+ "System.Net.Security": "4.4.0-beta-24627-05",
+ "System.Resources.ResourceManager": "4.4.0-beta-24627-05",
+ "System.Runtime": "4.4.0-beta-24627-05",
+ "System.Runtime.Extensions": "4.4.0-beta-24627-05",
+ "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24627-05"
}
},
"net463": {