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:
authorJose Perez Rodriguez <joperezr@microsoft.com>2016-08-16 22:04:22 +0300
committerJose Perez Rodriguez <joperezr@microsoft.com>2016-08-17 20:30:47 +0300
commitf03238e592e63ca00a01f6fb36d2ba6d126857fe (patch)
tree346c26eb4f6f81ad20152c15e6ce97349f20bec6 /src/System.Collections.NonGeneric/tests/Performance
parent232775cf23351ccad8d538b9421d8b9640655cad (diff)
Required changes post-merge to get a succesfull build in dev/api
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 c782b22d88..07abed8f07 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-24416-03",
- "System.Collections": "4.0.12-beta-24416-03",
- "System.Diagnostics.Debug": "4.0.12-beta-24416-03",
- "System.Globalization": "4.0.12-beta-24416-03",
- "System.IO": "4.1.1-beta-24416-03",
- "System.Linq": "4.1.1-beta-24416-03",
- "System.Linq.Expressions": "4.1.1-beta-24416-03",
- "System.ObjectModel": "4.0.13-beta-24416-03",
- "System.Reflection": "4.1.1-beta-24416-03",
- "System.Runtime": "4.1.1-beta-24416-03",
- "System.Runtime.Extensions": "4.1.1-beta-24416-03",
- "System.Text.RegularExpressions": "4.2.0-beta-24416-03",
- "System.Threading": "4.0.12-beta-24416-03",
- "System.Threading.Tasks": "4.0.12-beta-24416-03",
+ "Microsoft.NETCore.Platforms": "1.0.2-beta-devapi-24415-01",
+ "System.Collections": "4.1.0-beta-devapi-24415-01",
+ "System.Diagnostics.Debug": "4.0.12-beta-devapi-24415-01",
+ "System.Globalization": "4.0.12-beta-devapi-24415-01",
+ "System.IO": "4.2.0-beta-devapi-24415-01",
+ "System.Linq": "4.1.1-beta-devapi-24415-01",
+ "System.Linq.Expressions": "4.2.0-beta-devapi-24415-01",
+ "System.ObjectModel": "4.0.13-beta-devapi-24415-01",
+ "System.Reflection": "4.1.1-beta-devapi-24415-01",
+ "System.Runtime": "4.2.0-beta-devapi-24415-01",
+ "System.Runtime.Extensions": "4.2.0-beta-devapi-24415-01",
+ "System.Text.RegularExpressions": "4.2.0-beta-devapi-24415-01",
+ "System.Threading": "4.0.12-beta-devapi-24415-01",
+ "System.Threading.Tasks": "4.0.12-beta-devapi-24415-01",
"test-runtime": {
"target": "project",
"exclude": "compile"