Revert "Add support for Multiqueing jobs in Helix"
[platform/upstream/coreclr.git] / tests / src / Common / build_against_pkg_dependencies / project.json
1 {
2   "dependencies": {
3     "Microsoft.NETCore.ILAsm": "2.0.0-beta-25113-03",
4     "Microsoft.NETCore.ILDAsm": "2.0.0-beta-25113-03",
5     "Microsoft.NETCore.Jit": "2.0.0-beta-25113-03",
6     "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25113-03",
7     "Microsoft.NETCore.TestHost": "2.0.0-beta-25113-03"
8   },
9   "frameworks": {
10     "netcoreapp2.0": {
11       "imports": [
12         "dnxcore50",
13         "portable-net45+win8"
14       ]
15     }
16   },
17   "runtimes": {
18     "win7-x86": {},
19     "win7-x64": {},
20     "win10-arm64": {},
21     "ubuntu.14.04-x64": {},
22     "ubuntu.16.04-x64": {},
23     "ubuntu.16.10-x64": {},
24     "osx.10.10-x64": {},
25     "centos.7-x64": {},
26     "rhel.7-x64": {},
27     "debian.8-x64": {},
28     "fedora.23-x64": {},
29     "opensuse.42.1-x64": {}
30   }
31 }