summaryrefslogtreecommitdiff
path: root/tests/src/JIT/config/threading+thread/project.json
blob: 212fd73e92e9c257231fedae962140a658f4f959 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "dependencies": {
    "System.Console": "4.0.0-beta-*",
    "System.Runtime": "4.0.20-beta-*",
    "System.Runtime.Extensions": "4.0.10-beta-*",
    "System.Threading": "4.0.0-beta-*",
    "System.Threading.Thread": "4.0.0-beta-*",
  },
  "frameworks": {
    "dnxcore50": {}
  }
}