Move remaining NETCoreApp references from 1.0 to 1.1 (#8008)
[platform/upstream/coreclr.git] / tests / src / JIT / config / minimal / project.json
1 {
2   "dependencies": {
3     "Microsoft.NETCore.Platforms": "1.2.0-beta-24631-01",
4     "System.Console": "4.4.0-beta-24631-01",
5     "System.Runtime": "4.4.0-beta-24631-01",
6     "System.Runtime.Extensions": "4.4.0-beta-24631-01",
7     "System.Runtime.InteropServices": "4.4.0-beta-24631-01"
8   },
9   "frameworks": {
10     "netcoreapp1.1": {}
11   },
12   "runtimes": {
13     "win7-x86": {},
14     "win7-x64": {},
15     "ubuntu.14.04-x64": {},
16     "osx.10.10-x64": {},
17     "centos.7-x64": {},
18     "rhel.7-x64": {},
19     "debian.8-x64": {}
20   }
21 }