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:
authorEric Mellino <erme@microsoft.com>2016-12-14 23:58:06 +0300
committerGitHub <noreply@github.com>2016-12-14 23:58:06 +0300
commitdc9e81c740b7dde554faf3ba1b595b32dc18400f (patch)
treeb9950ea1522a216ff2ecd28db7ad4b3fe47586a1 /src/System.Net.ServicePoint
parentfd15ab1de03a4431e0ead9ff10e1bf53e2ae4bb7 (diff)
parent5e7220551ecf55c32227aa51a94113f82ff3e318 (diff)
Merge pull request #14472 from dotnet-bot/master-UpdateDependencies
Update CoreClr, CoreFx, ProjectNTfs to beta-24814-02, beta-24814-01, beta-24814-00, respectively (master)
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 b165951a3b..676b039783 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-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"
+ "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"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Net.ServicePoint/src/project.json b/src/System.Net.ServicePoint/src/project.json
index 87a877e32b..8e7c962d32 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-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"
+ "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"
}
},
"net461": {