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-10 20:24:57 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2016-12-10 20:24:57 +0300
commit9635d682c4a900e8031aea35ca6d3b66defb5009 (patch)
tree93bf4eba237b337544103cbfd955b12d3316f91e /src/System.Net.ServicePoint
parent3a37c1d174495ba3adf02c3e1d0f5a7ede46a789 (diff)
Update CoreClr, CoreFx to beta-24810-04, beta-24810-03, 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 775c908d0c..737dc1c75f 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-24810-02",
- "System.Net.Security": "4.4.0-beta-24810-02",
- "System.Runtime": "4.4.0-beta-24810-02",
- "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24810-02"
+ "System.Net.Primitives": "4.4.0-beta-24810-03",
+ "System.Net.Security": "4.4.0-beta-24810-03",
+ "System.Runtime": "4.4.0-beta-24810-03",
+ "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24810-03"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Net.ServicePoint/src/project.json b/src/System.Net.ServicePoint/src/project.json
index 0f36968097..18554bca3a 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-24810-02",
- "System.Collections.Concurrent": "4.4.0-beta-24810-02",
- "System.Diagnostics.Debug": "4.4.0-beta-24810-02",
- "System.Net.Primitives": "4.4.0-beta-24810-02",
- "System.Net.Security": "4.4.0-beta-24810-02",
- "System.Resources.ResourceManager": "4.4.0-beta-24810-02",
- "System.Runtime": "4.4.0-beta-24810-02",
- "System.Runtime.Extensions": "4.4.0-beta-24810-02",
- "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24810-02"
+ "System.Collections": "4.4.0-beta-24810-03",
+ "System.Collections.Concurrent": "4.4.0-beta-24810-03",
+ "System.Diagnostics.Debug": "4.4.0-beta-24810-03",
+ "System.Net.Primitives": "4.4.0-beta-24810-03",
+ "System.Net.Security": "4.4.0-beta-24810-03",
+ "System.Resources.ResourceManager": "4.4.0-beta-24810-03",
+ "System.Runtime": "4.4.0-beta-24810-03",
+ "System.Runtime.Extensions": "4.4.0-beta-24810-03",
+ "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24810-03"
}
},
"net463": {