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-08-13 21:29:26 +0300
committerWes Haggard <weshaggard@users.noreply.github.com>2016-08-13 21:29:26 +0300
commit49e569b01a307c2af2d0f2d598fcacd4805699d4 (patch)
tree9fe04529084a76d44d3694816b8edc7ae7287ebf /src/System.Collections.NonGeneric/tests/project.json
parentba10ab731e96641c2c6b418fa174097b50520605 (diff)
Update CoreClr, CoreFx to beta-24413-03, beta-24413-01, respectively (#10753)
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 eecbfdc68a..ca55668a22 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-24412-02",
- "System.Collections": "4.0.12-beta-24412-02",
- "System.Diagnostics.Debug": "4.0.12-beta-24412-02",
- "System.Globalization": "4.0.12-beta-24412-02",
- "System.IO": "4.1.1-beta-24412-02",
- "System.Linq": "4.1.1-beta-24412-02",
- "System.Linq.Expressions": "4.1.1-beta-24412-02",
- "System.ObjectModel": "4.0.13-beta-24412-02",
- "System.Reflection": "4.1.1-beta-24412-02",
- "System.Runtime": "4.1.1-beta-24412-02",
- "System.Runtime.Extensions": "4.1.1-beta-24412-02",
- "System.Text.RegularExpressions": "4.2.0-beta-24412-02",
- "System.Threading": "4.0.12-beta-24412-02",
- "System.Threading.Tasks": "4.0.12-beta-24412-02",
+ "Microsoft.NETCore.Platforms": "1.0.2-beta-24413-01",
+ "System.Collections": "4.0.12-beta-24413-01",
+ "System.Diagnostics.Debug": "4.0.12-beta-24413-01",
+ "System.Globalization": "4.0.12-beta-24413-01",
+ "System.IO": "4.1.1-beta-24413-01",
+ "System.Linq": "4.1.1-beta-24413-01",
+ "System.Linq.Expressions": "4.1.1-beta-24413-01",
+ "System.ObjectModel": "4.0.13-beta-24413-01",
+ "System.Reflection": "4.1.1-beta-24413-01",
+ "System.Runtime": "4.1.1-beta-24413-01",
+ "System.Runtime.Extensions": "4.1.1-beta-24413-01",
+ "System.Text.RegularExpressions": "4.2.0-beta-24413-01",
+ "System.Threading": "4.0.12-beta-24413-01",
+ "System.Threading.Tasks": "4.0.12-beta-24413-01",
"test-runtime": {
"target": "project",
"exclude": "compile"