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:
authorStephen Toub <stoub@microsoft.com>2016-07-25 14:45:16 +0300
committerStephen Toub <stoub@microsoft.com>2016-07-25 14:48:14 +0300
commit8dd94afc345f89069841aa3a5ea5a44c61532a76 (patch)
tree1c06be3477cf7f287e89db8bf97d04da614fbc50 /src/System.Collections.NonGeneric/tests/project.json
parent6b4dabc665d80c0f8bd8c44873cbbe29f77d176d (diff)
Updating CoreClr and CoreFX dependencies to beta-24325-02
Diffstat (limited to 'src/System.Collections.NonGeneric/tests/project.json')
-rw-r--r--src/System.Collections.NonGeneric/tests/project.json28
1 files changed, 14 insertions, 14 deletions
diff --git a/src/System.Collections.NonGeneric/tests/project.json b/src/System.Collections.NonGeneric/tests/project.json
index 44365206bd..0a72dbee1a 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-24324-03",
- "System.Collections": "4.0.12-beta-24324-03",
- "System.Diagnostics.Debug": "4.0.12-beta-24324-03",
- "System.Globalization": "4.0.12-beta-24324-03",
- "System.IO": "4.1.1-beta-24324-03",
- "System.Linq": "4.1.1-beta-24324-03",
- "System.Linq.Expressions": "4.1.1-beta-24324-03",
- "System.ObjectModel": "4.0.13-beta-24324-03",
- "System.Reflection": "4.1.1-beta-24324-03",
- "System.Runtime": "4.1.1-beta-24324-03",
- "System.Runtime.Extensions": "4.1.1-beta-24324-03",
- "System.Text.RegularExpressions": "4.2.0-beta-24324-03",
- "System.Threading": "4.0.12-beta-24324-03",
- "System.Threading.Tasks": "4.0.12-beta-24324-03",
+ "Microsoft.NETCore.Platforms": "1.0.2-beta-24325-02",
+ "System.Collections": "4.0.12-beta-24325-02",
+ "System.Diagnostics.Debug": "4.0.12-beta-24325-02",
+ "System.Globalization": "4.0.12-beta-24325-02",
+ "System.IO": "4.1.1-beta-24325-02",
+ "System.Linq": "4.1.1-beta-24325-02",
+ "System.Linq.Expressions": "4.1.1-beta-24325-02",
+ "System.ObjectModel": "4.0.13-beta-24325-02",
+ "System.Reflection": "4.1.1-beta-24325-02",
+ "System.Runtime": "4.1.1-beta-24325-02",
+ "System.Runtime.Extensions": "4.1.1-beta-24325-02",
+ "System.Text.RegularExpressions": "4.2.0-beta-24325-02",
+ "System.Threading": "4.0.12-beta-24325-02",
+ "System.Threading.Tasks": "4.0.12-beta-24325-02",
"test-runtime": {
"target": "project",
"exclude": "compile"