summaryrefslogtreecommitdiff
path: root/tests/src/performance/perflab/project.json
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2016-05-22 10:07:15 -0700
committerJan Kotas <jkotas@microsoft.com>2016-05-22 10:07:15 -0700
commitb72128b60a8ea7f5d37d9b6ac347ca0220e9f359 (patch)
tree63534e5114ec96f89993e9f06547f86304174a4e /tests/src/performance/perflab/project.json
parente18a26099c1826c40c4b860e9316594f7e2a31b8 (diff)
downloadcoreclr-b72128b60a8ea7f5d37d9b6ac347ca0220e9f359.tar.gz
coreclr-b72128b60a8ea7f5d37d9b6ac347ca0220e9f359.tar.bz2
coreclr-b72128b60a8ea7f5d37d9b6ac347ca0220e9f359.zip
Update tests to build against rc3-24117-00 (#5154)
Diffstat (limited to 'tests/src/performance/perflab/project.json')
-rw-r--r--tests/src/performance/perflab/project.json12
1 files changed, 8 insertions, 4 deletions
diff --git a/tests/src/performance/perflab/project.json b/tests/src/performance/perflab/project.json
index 652bd425bf..0f62d1c115 100644
--- a/tests/src/performance/perflab/project.json
+++ b/tests/src/performance/perflab/project.json
@@ -3,9 +3,13 @@
"Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0029",
"Microsoft.DotNet.xunit.performance.analysis": "1.0.0-alpha-build0029",
"Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0029",
- "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
- "System.Console": "4.0.0-rc2-23816",
- "System.Reflection": "4.0.10",
+ "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
+ "System.Console": "4.0.0-rc3-24117-00",
+ "System.IO.FileSystem": "4.0.1-rc3-24117-00",
+ "System.Reflection": "4.1.0-rc3-24117-00",
+ "System.Linq": "4.1.0-rc3-24117-00",
+ "System.Linq.Expressions": "4.1.0-rc3-24117-00",
+ "System.Text.RegularExpressions": "4.1.0-rc3-24117-00",
"xunit": "2.1.0",
"xunit.console.netcore": "1.0.2-prerelease-00101",
"xunit.runner.utility": "2.1.0"
@@ -22,6 +26,6 @@
"osx.10.10-x64": {},
"centos.7-x64": {},
"rhel.7-x64": {},
- "debian.8.2-x64": {}
+ "debian.8-x64": {}
}
}