Revert "Add support for Multiqueing jobs in Helix"
[platform/upstream/coreclr.git] / tests / src / Common / test_dependencies / project.json
1 {
2   "dependencies": {
3     "Microsoft.NETCore.Platforms": "2.0.0-beta-25114-01",
4     "Microsoft.Private.CoreFx.NETCoreApp": "4.4.0-beta-25114-01",
5     "System.Runtime.CompilerServices.Unsafe": "4.4.0-beta-25114-01"
6   },
7   "frameworks": {
8     "netcoreapp2.0": {
9       "imports": [
10         "dnxcore50",
11         "netcoreapp1.1",
12         "portable-net45+win8"
13       ]
14     }
15   },
16   "runtimes": {
17     "win7-x86": {},
18     "win7-x64": {},
19     "ubuntu.14.04-x64": {},
20     "ubuntu.16.04-x64": {},
21     "ubuntu.16.10-x64": {},
22     "osx.10.10-x64": {},
23     "centos.7-x64": {},
24     "rhel.7-x64": {},
25     "debian.8-x64": {},
26     "fedora.23-x64": {}
27   }
28 }