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 07:38:16 +0300
committerWes Haggard <weshaggard@users.noreply.github.com>2016-08-13 07:38:16 +0300
commit6c90f64e25e754af5ab9db9a8d6cb9f719939b02 (patch)
tree44d9e80fa26c556de295dd61a381b969ac057baf /src/System.Collections.NonGeneric/tests/Performance
parent6d8e449ea17ada35b871e4311ad3bc0cc72d93cf (diff)
Update CoreClr, CoreFx, External to beta-24412-03, beta-24412-02, beta-24412-00, respectively (#10735)
Diffstat (limited to 'src/System.Collections.NonGeneric/tests/Performance')
-rw-r--r--src/System.Collections.NonGeneric/tests/Performance/project.json28
1 files changed, 14 insertions, 14 deletions
diff --git a/src/System.Collections.NonGeneric/tests/Performance/project.json b/src/System.Collections.NonGeneric/tests/Performance/project.json
index c6bfacd361..eecbfdc68a 100644
--- a/src/System.Collections.NonGeneric/tests/Performance/project.json
+++ b/src/System.Collections.NonGeneric/tests/Performance/project.json
@@ -1,19 +1,19 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2-beta-24411-04",
- "System.Collections": "4.0.12-beta-24411-04",
- "System.Diagnostics.Debug": "4.0.12-beta-24411-04",
- "System.Globalization": "4.0.12-beta-24411-04",
- "System.IO": "4.1.1-beta-24411-04",
- "System.Linq": "4.1.1-beta-24411-04",
- "System.Linq.Expressions": "4.1.1-beta-24411-04",
- "System.ObjectModel": "4.0.13-beta-24411-04",
- "System.Reflection": "4.1.1-beta-24411-04",
- "System.Runtime": "4.1.1-beta-24411-04",
- "System.Runtime.Extensions": "4.1.1-beta-24411-04",
- "System.Text.RegularExpressions": "4.2.0-beta-24411-04",
- "System.Threading": "4.0.12-beta-24411-04",
- "System.Threading.Tasks": "4.0.12-beta-24411-04",
+ "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",
"test-runtime": {
"target": "project",
"exclude": "compile"