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-13 07:16:59 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2016-12-13 07:16:59 +0300
commitff7001d51c4263298b4790206edcde74f5d0ff39 (patch)
treebd68c8e24612dddb0e99e80e10c2a238b9d64706 /src/System.Net.ServicePoint
parent93f2e01a10a4c0fee3421f6d6f86425782b04982 (diff)
Update CoreClr, CoreFx, ProjectNTfs to beta-24813-01, beta-24813-02, beta-24813-01, 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 34038243db..b165951a3b 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-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"
+ "System.Net.Primitives": "4.4.0-beta-24813-02",
+ "System.Net.Security": "4.4.0-beta-24813-02",
+ "System.Runtime": "4.4.0-beta-24813-02",
+ "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24813-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Net.ServicePoint/src/project.json b/src/System.Net.ServicePoint/src/project.json
index 4f9b8ee010..25a944226d 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-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"
+ "System.Collections": "4.4.0-beta-24813-02",
+ "System.Collections.Concurrent": "4.4.0-beta-24813-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24813-02",
+ "System.Net.Primitives": "4.4.0-beta-24813-02",
+ "System.Net.Security": "4.4.0-beta-24813-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24813-02",
+ "System.Runtime": "4.4.0-beta-24813-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24813-02",
+ "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24813-02"
}
},
"net463": {