summaryrefslogtreecommitdiff
path: root/tests/src/Threading/ThreadStatics/project.json
blob: 4f4104360ed9cdb23094443cd3a7a962d187e423 (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": {}
  }
}