summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Regression/CLR-x86-JIT
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/JIT/Regression/CLR-x86-JIT')
-rw-r--r--tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06811/project.json1
-rw-r--r--tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51875/Desktop/project.json1
-rw-r--r--tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b425314/project.json3
3 files changed, 4 insertions, 1 deletions
diff --git a/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06811/project.json b/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06811/project.json
index af22daf226..85690a10b4 100644
--- a/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06811/project.json
+++ b/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06811/project.json
@@ -1,5 +1,6 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
"System.Collections.NonGeneric": "4.0.0-beta-*",
"System.Console": "4.0.0-beta-*",
"System.Runtime": "4.0.20-beta-*",
diff --git a/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51875/Desktop/project.json b/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51875/Desktop/project.json
index af22daf226..85690a10b4 100644
--- a/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51875/Desktop/project.json
+++ b/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51875/Desktop/project.json
@@ -1,5 +1,6 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
"System.Collections.NonGeneric": "4.0.0-beta-*",
"System.Console": "4.0.0-beta-*",
"System.Runtime": "4.0.20-beta-*",
diff --git a/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b425314/project.json b/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b425314/project.json
index 21574ae0fe..abbdc4d0d1 100644
--- a/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b425314/project.json
+++ b/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b425314/project.json
@@ -1,12 +1,13 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
"System.Collections": "4.0.0-beta-*",
"System.Console": "4.0.0-beta-*",
"System.Runtime": "4.0.20-beta-*",
"System.Runtime.Extensions": "4.0.10-beta-*",
"System.Threading": "4.0.0-beta-*",
"System.Threading.Thread": "4.0.0-beta-*",
- "System.Threading.Timer": "4.0.0-beta-*",
+ "System.Threading.Timer": "4.0.0-beta-*"
},
"frameworks": {
"dnxcore50": {}