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-11-14 18:46:09 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2016-11-14 18:46:09 +0300
commit3342536d369d922f14cc1a9c0fb91b4440a6967e (patch)
tree9736dacbcde0a02acd5c2af5a34dc00859ed7e9f /src/System.Collections.Specialized
parent921cb834ea075fcc87b678e9b9edca4d704a4015 (diff)
Update CoreFx, ProjectNTfs to beta-24714-01, beta-24714-00, respectively
Diffstat (limited to 'src/System.Collections.Specialized')
-rw-r--r--src/System.Collections.Specialized/ref/project.json4
-rw-r--r--src/System.Collections.Specialized/src/project.json20
2 files changed, 12 insertions, 12 deletions
diff --git a/src/System.Collections.Specialized/ref/project.json b/src/System.Collections.Specialized/ref/project.json
index f3b1acb136..04cb20577f 100644
--- a/src/System.Collections.Specialized/ref/project.json
+++ b/src/System.Collections.Specialized/ref/project.json
@@ -1,7 +1,7 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24711-02",
- "System.Collections.NonGeneric": "4.4.0-beta-24711-02"
+ "System.Runtime": "4.4.0-beta-24714-01",
+ "System.Collections.NonGeneric": "4.4.0-beta-24714-01"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Collections.Specialized/src/project.json b/src/System.Collections.Specialized/src/project.json
index dafcf80d1a..65b8e5fb46 100644
--- a/src/System.Collections.Specialized/src/project.json
+++ b/src/System.Collections.Specialized/src/project.json
@@ -3,16 +3,16 @@
"netstandard1.7": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1",
- "System.Collections.NonGeneric": "4.4.0-beta-24711-02",
- "System.Diagnostics.Debug": "4.4.0-beta-24711-02",
- "System.Diagnostics.Tools": "4.4.0-beta-24711-02",
- "System.Globalization": "4.4.0-beta-24711-02",
- "System.Globalization.Extensions": "4.4.0-beta-24711-02",
- "System.Resources.ResourceManager": "4.4.0-beta-24711-02",
- "System.Runtime": "4.4.0-beta-24711-02",
- "System.Runtime.Extensions": "4.4.0-beta-24711-02",
- "System.Threading": "4.4.0-beta-24711-02",
- "System.Threading.Tasks": "4.4.0-beta-24711-02"
+ "System.Collections.NonGeneric": "4.4.0-beta-24714-01",
+ "System.Diagnostics.Debug": "4.4.0-beta-24714-01",
+ "System.Diagnostics.Tools": "4.4.0-beta-24714-01",
+ "System.Globalization": "4.4.0-beta-24714-01",
+ "System.Globalization.Extensions": "4.4.0-beta-24714-01",
+ "System.Resources.ResourceManager": "4.4.0-beta-24714-01",
+ "System.Runtime": "4.4.0-beta-24714-01",
+ "System.Runtime.Extensions": "4.4.0-beta-24714-01",
+ "System.Threading": "4.4.0-beta-24714-01",
+ "System.Threading.Tasks": "4.4.0-beta-24714-01"
}
},
"net463": {