summaryrefslogtreecommitdiff
path: root/tests/src/Regressions/common/project.json
blob: be2ead605e381c09a383e1b516d8b6278f783321 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "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-*",
    "System.IO.FileSystem": "4.0.0-beta-*",
    "System.IO.FileSystem.Primitives": "4.0.0-beta-*",
    "System.Reflection": "4.0.10-beta-*",
    "System.Runtime.InteropServices": "4.0.20-beta-*",
    "System.Collections": "4.0.10-beta-*",
    "System.Globalization.Calendars": "4.0.0-beta-*",
    "System.Globalization": "4.0.10-beta-*",
    "System.Threading.Timer": "4.0.0-beta-*"
  },
  "frameworks": {
    "dnxcore50": {}
  }
}