summaryrefslogtreecommitdiff
path: root/tests/src/JIT/config/threading+thread/project.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/JIT/config/threading+thread/project.json')
-rw-r--r--tests/src/JIT/config/threading+thread/project.json20
1 files changed, 12 insertions, 8 deletions
diff --git a/tests/src/JIT/config/threading+thread/project.json b/tests/src/JIT/config/threading+thread/project.json
index f6576f154d..6a6fe49373 100644
--- a/tests/src/JIT/config/threading+thread/project.json
+++ b/tests/src/JIT/config/threading+thread/project.json
@@ -1,12 +1,12 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.2.0-beta-24820-02",
- "System.Console": "4.4.0-beta-24820-02",
- "System.Numerics.Vectors": "4.4.0-beta-24820-02",
- "System.Runtime": "4.4.0-beta-24820-02",
- "System.Runtime.Extensions": "4.4.0-beta-24820-02",
- "System.Threading": "4.4.0-beta-24820-02",
- "System.Threading.Thread": "4.4.0-beta-24820-02"
+ "Microsoft.NETCore.Platforms": "2.0.0-beta-25007-01",
+ "System.Console": "4.4.0-beta-24913-02",
+ "System.Numerics.Vectors": "4.4.0-beta-24913-02",
+ "System.Runtime": "4.4.0-beta-24913-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24913-02",
+ "System.Threading": "4.4.0-beta-24913-02",
+ "System.Threading.Thread": "4.4.0-beta-24913-02"
},
"frameworks": {
"netcoreapp1.1": {}
@@ -15,9 +15,13 @@
"win7-x86": {},
"win7-x64": {},
"ubuntu.14.04-x64": {},
+ "ubuntu.16.04-x64": {},
+ "ubuntu.16.10-x64": {},
"osx.10.10-x64": {},
"centos.7-x64": {},
"rhel.7-x64": {},
- "debian.8-x64": {}
+ "debian.8-x64": {},
+ "fedora.23-x64": {},
+ "opensuse.13.2-x64": {}
}
}