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-10-02 11:24:45 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2016-10-02 11:24:45 +0300
commit3274ef94654da6754aaa54427d289e51ec316ea9 (patch)
treeaf7e55a836f4b039f33d1ac85c38c617672b8732 /src/System.Collections.NonGeneric/tests/project.json
parent0cc9db0ed12ea2588edfd080c568e8c3f55050c7 (diff)
Update CoreClr, CoreFx to beta-24602-02, beta-24601-02, respectively
Diffstat (limited to 'src/System.Collections.NonGeneric/tests/project.json')
-rw-r--r--src/System.Collections.NonGeneric/tests/project.json30
1 files changed, 15 insertions, 15 deletions
diff --git a/src/System.Collections.NonGeneric/tests/project.json b/src/System.Collections.NonGeneric/tests/project.json
index 2b4f5a1938..b02438239f 100644
--- a/src/System.Collections.NonGeneric/tests/project.json
+++ b/src/System.Collections.NonGeneric/tests/project.json
@@ -1,19 +1,19 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2-beta-24530-03",
- "System.Collections": "4.3.0-beta-24530-03",
- "System.Diagnostics.Debug": "4.3.0-beta-24530-03",
- "System.Globalization": "4.3.0-beta-24530-03",
- "System.IO": "4.3.0-beta-24530-03",
- "System.Linq": "4.3.0-beta-24530-03",
- "System.Linq.Expressions": "4.3.0-beta-24530-03",
- "System.ObjectModel": "4.3.0-beta-24530-03",
- "System.Reflection": "4.3.0-beta-24530-03",
- "System.Runtime": "4.3.0-beta-24530-03",
- "System.Runtime.Extensions": "4.3.0-beta-24530-03",
- "System.Text.RegularExpressions": "4.3.0-beta-24530-03",
- "System.Threading": "4.3.0-beta-24530-03",
- "System.Threading.Tasks": "4.3.0-beta-24530-03",
+ "Microsoft.NETCore.Platforms": "1.0.2-beta-24601-02",
+ "System.Collections": "4.3.0-beta-24601-02",
+ "System.Diagnostics.Debug": "4.3.0-beta-24601-02",
+ "System.Globalization": "4.3.0-beta-24601-02",
+ "System.IO": "4.3.0-beta-24601-02",
+ "System.Linq": "4.3.0-beta-24601-02",
+ "System.Linq.Expressions": "4.3.0-beta-24601-02",
+ "System.ObjectModel": "4.3.0-beta-24601-02",
+ "System.Reflection": "4.3.0-beta-24601-02",
+ "System.Runtime": "4.3.0-beta-24601-02",
+ "System.Runtime.Extensions": "4.3.0-beta-24601-02",
+ "System.Text.RegularExpressions": "4.3.0-beta-24601-02",
+ "System.Threading": "4.3.0-beta-24601-02",
+ "System.Threading.Tasks": "4.3.0-beta-24601-02",
"test-runtime": {
"target": "project",
"exclude": "compile"
@@ -26,7 +26,7 @@
"netstandard1.3": {},
"netstandard1.7": {
"dependencies": {
- "System.Runtime.Serialization.Formatters": "4.3.0-beta-24530-03"
+ "System.Runtime.Serialization.Formatters": "4.3.0-beta-24601-02"
}
}
},