Move remaining NETCoreApp references from 1.0 to 1.1 (#8008)
[platform/upstream/coreclr.git] / tests / src / JIT / config / extra / project.json
1 {
2   "dependencies": {
3     "Microsoft.NETCore.Platforms": "1.2.0-beta-24631-01",
4     "System.Collections": "4.4.0-beta-24631-01",
5     "System.Console": "4.4.0-beta-24631-01",
6     "System.Diagnostics.Debug": "4.4.0-beta-24631-01",
7     "System.Runtime.InteropServices.RuntimeInformation": "4.4.0-beta-24631-01",
8     "System.Diagnostics.Process": "4.4.0-beta-24631-01",
9     "System.Globalization": "4.4.0-beta-24631-01",
10     "System.IO": "4.4.0-beta-24631-01",
11     "System.IO.FileSystem": "4.4.0-beta-24631-01",
12     "System.Reflection": "4.4.0-beta-24631-01",
13     "System.Reflection.Extensions": "4.4.0-beta-24631-01",
14     "System.Reflection.TypeExtensions": "4.4.0-beta-24631-01",
15     "System.Runtime": "4.4.0-beta-24631-01",
16     "System.Runtime.Extensions": "4.4.0-beta-24631-01",
17     "System.Runtime.CompilerServices.Unsafe": "4.4.0-beta-24631-01",
18     "System.Runtime.InteropServices": "4.4.0-beta-24631-01"
19   },
20   "frameworks": {
21     "netcoreapp1.1": {}
22   },
23   "runtimes": {
24     "win7-x86": {},
25     "win7-x64": {},
26     "ubuntu.14.04-x64": {},
27     "osx.10.10-x64": {},
28     "centos.7-x64": {},
29     "rhel.7-x64": {},
30     "debian.8-x64": {}
31   }
32 }