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@dotnetfoundation.org>2016-12-29 22:22:00 +0300
committerDan Moseley <danmose@microsoft.com>2016-12-29 22:22:00 +0300
commit3860fe87088c38e0093952ecfcc01f9cc01c628e (patch)
tree78c75c4a7e23ad241f65ea4bf58f88605ecd8a2e /src/System.Net.ServicePoint
parent63b0e02156a55b5b1a91e49ade1a68ecec8c34bd (diff)
Update CoreClr, CoreFx, ProjectNTfs to beta-24829-03, beta-24829-02, beta-24829-00, respectively (#14755)
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 f28e2c23a0..b4dae6c516 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-24828-03",
- "System.Net.Security": "4.4.0-beta-24828-03",
- "System.Runtime": "4.4.0-beta-24828-03",
- "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24828-03"
+ "System.Net.Primitives": "4.4.0-beta-24829-02",
+ "System.Net.Security": "4.4.0-beta-24829-02",
+ "System.Runtime": "4.4.0-beta-24829-02",
+ "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24829-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Net.ServicePoint/src/project.json b/src/System.Net.ServicePoint/src/project.json
index 66ba11ebc4..de2d62c4c9 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-24828-03",
- "System.Collections.Concurrent": "4.4.0-beta-24828-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24828-03",
- "System.Net.Primitives": "4.4.0-beta-24828-03",
- "System.Net.Security": "4.4.0-beta-24828-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24828-03",
- "System.Runtime": "4.4.0-beta-24828-03",
- "System.Runtime.Extensions": "4.4.0-beta-24828-03",
- "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24828-03"
+ "System.Collections": "4.4.0-beta-24829-02",
+ "System.Collections.Concurrent": "4.4.0-beta-24829-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24829-02",
+ "System.Net.Primitives": "4.4.0-beta-24829-02",
+ "System.Net.Security": "4.4.0-beta-24829-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24829-02",
+ "System.Runtime": "4.4.0-beta-24829-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24829-02",
+ "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24829-02"
}
},
"net461": {