Move remaining NETCoreApp references from 1.0 to 1.1 (#8008)
[platform/upstream/coreclr.git] / tests / src / TestWrappersConfig / project.json
1 {
2   "dependencies": {
3     "xunit": "2.2.0-beta2-build3300",
4     "xunit.assert": "2.2.0-beta2-build3300",
5     "xunit.core": "2.2.0-beta2-build3300",
6     "xunit.runner.msbuild": "2.2.0-beta2-build3300"
7   },
8   "frameworks": {
9     "netcoreapp1.1": {
10       "imports": [
11         "dnxcore50",  
12         "portable-net45+win8"
13       ]
14     },
15     "net45": {
16       "imports": "portable-net45+win8"
17     }
18   },
19   "runtimes": {
20     "win7-x86": {},
21     "win7-x64": {},
22     "ubuntu.14.04-x64": {},
23     "osx.10.10-x64": {},
24     "centos.7-x64": {},
25     "rhel.7-x64": {},
26     "debian.8-x64": {}
27   }
28 }