summaryrefslogtreecommitdiff
path: root/tests/src/JIT/SIMD
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/JIT/SIMD
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/JIT/SIMD')
-rw-r--r--tests/src/JIT/SIMD/project.json18
1 files changed, 9 insertions, 9 deletions
diff --git a/tests/src/JIT/SIMD/project.json b/tests/src/JIT/SIMD/project.json
index 8de132f98c..e126d13e74 100644
--- a/tests/src/JIT/SIMD/project.json
+++ b/tests/src/JIT/SIMD/project.json
@@ -1,15 +1,15 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
"System.Collections": "4.0.10",
- "System.Console": "4.0.0-rc2-23816",
- "System.Linq": "4.0.0",
- "System.Numerics.Vectors": "4.1.1-rc2-23816",
- "System.Runtime": "4.1.0-rc2-23816",
+ "System.Console": "4.0.0-rc3-24117-00",
+ "System.Linq": "4.1.0-rc3-24117-00",
+ "System.Numerics.Vectors": "4.1.1-rc3-24117-00",
+ "System.Runtime": "4.1.0-rc3-24117-00",
"System.Runtime.Extensions": "4.0.10",
- "System.Runtime.InteropServices": "4.1.0-rc2-23816",
- "System.Threading": "4.0.0",
- "System.Threading.Thread": "4.0.0-rc2-23816"
+ "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
+ "System.Threading": "4.0.10",
+ "System.Threading.Thread": "4.0.0-rc3-24117-00"
},
"frameworks": {
"dnxcore50": {}
@@ -21,6 +21,6 @@
"osx.10.10-x64": {},
"centos.7-x64": {},
"rhel.7-x64": {},
- "debian.8.2-x64": {}
+ "debian.8-x64": {}
}
}