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-27 20:28:07 +0300
committerJan Kotas <jkotas@microsoft.com>2016-12-28 06:42:49 +0300
commitf7f3a2ed0b236af4d7e77cbeb4c170a5b9c3f69d (patch)
tree0e824a7875c93efd38c0d27522da7e60f2e0dfbe /src/System.Net.ServicePoint
parente0802d8b6010d4bb4538b15f228eee45378c4cc4 (diff)
Update CoreClr, CoreFx, ProjectNTfs to beta-24827-03, beta-24827-01, beta-24827-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 676b039783..e078969f9c 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-24814-01",
- "System.Net.Security": "4.4.0-beta-24814-01",
- "System.Runtime": "4.4.0-beta-24814-01",
- "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24814-01"
+ "System.Net.Primitives": "4.4.0-beta-24827-01",
+ "System.Net.Security": "4.4.0-beta-24827-01",
+ "System.Runtime": "4.4.0-beta-24827-01",
+ "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24827-01"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Net.ServicePoint/src/project.json b/src/System.Net.ServicePoint/src/project.json
index 8e7c962d32..8c00e173c8 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-24814-01",
- "System.Collections.Concurrent": "4.4.0-beta-24814-01",
- "System.Diagnostics.Debug": "4.4.0-beta-24814-01",
- "System.Net.Primitives": "4.4.0-beta-24814-01",
- "System.Net.Security": "4.4.0-beta-24814-01",
- "System.Resources.ResourceManager": "4.4.0-beta-24814-01",
- "System.Runtime": "4.4.0-beta-24814-01",
- "System.Runtime.Extensions": "4.4.0-beta-24814-01",
- "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24814-01"
+ "System.Collections": "4.4.0-beta-24827-01",
+ "System.Collections.Concurrent": "4.4.0-beta-24827-01",
+ "System.Diagnostics.Debug": "4.4.0-beta-24827-01",
+ "System.Net.Primitives": "4.4.0-beta-24827-01",
+ "System.Net.Security": "4.4.0-beta-24827-01",
+ "System.Resources.ResourceManager": "4.4.0-beta-24827-01",
+ "System.Runtime": "4.4.0-beta-24827-01",
+ "System.Runtime.Extensions": "4.4.0-beta-24827-01",
+ "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24827-01"
}
},
"net461": {