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-08-16 11:35:17 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2016-08-16 11:35:17 +0300
commit9da7e25b03c3fa6cc8135a445fb1470292695780 (patch)
tree362d92ed265f0663a4d2fc703c8bc57462bcd407 /src/System.Collections.NonGeneric/tests/Performance
parent965b6346363dece7dca8bdaad2fe6cdff7409f19 (diff)
Update CoreClr, CoreFx to beta-24416-03, beta-24416-02, respectively
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 9dd5202370..00f0cb54ce 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-24415-01",
- "System.Collections": "4.0.12-beta-24415-01",
- "System.Diagnostics.Debug": "4.0.12-beta-24415-01",
- "System.Globalization": "4.0.12-beta-24415-01",
- "System.IO": "4.1.1-beta-24415-01",
- "System.Linq": "4.1.1-beta-24415-01",
- "System.Linq.Expressions": "4.1.1-beta-24415-01",
- "System.ObjectModel": "4.0.13-beta-24415-01",
- "System.Reflection": "4.1.1-beta-24415-01",
- "System.Runtime": "4.1.1-beta-24415-01",
- "System.Runtime.Extensions": "4.1.1-beta-24415-01",
- "System.Text.RegularExpressions": "4.2.0-beta-24415-01",
- "System.Threading": "4.0.12-beta-24415-01",
- "System.Threading.Tasks": "4.0.12-beta-24415-01",
+ "Microsoft.NETCore.Platforms": "1.0.2-beta-24416-02",
+ "System.Collections": "4.0.12-beta-24416-02",
+ "System.Diagnostics.Debug": "4.0.12-beta-24416-02",
+ "System.Globalization": "4.0.12-beta-24416-02",
+ "System.IO": "4.1.1-beta-24416-02",
+ "System.Linq": "4.1.1-beta-24416-02",
+ "System.Linq.Expressions": "4.1.1-beta-24416-02",
+ "System.ObjectModel": "4.0.13-beta-24416-02",
+ "System.Reflection": "4.1.1-beta-24416-02",
+ "System.Runtime": "4.1.1-beta-24416-02",
+ "System.Runtime.Extensions": "4.1.1-beta-24416-02",
+ "System.Text.RegularExpressions": "4.2.0-beta-24416-02",
+ "System.Threading": "4.0.12-beta-24416-02",
+ "System.Threading.Tasks": "4.0.12-beta-24416-02",
"test-runtime": {
"target": "project",
"exclude": "compile"