summaryrefslogtreecommitdiff
path: root/tests/src/readytorun/testv1/project.json
blob: 907bf9be8f6b62296858242274a69fcca8a53c91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "dependencies": {
    "System.Collections": "4.0.10-beta-*",
    "System.Console": "4.0.0-beta-*",
    "System.IO": "4.0.10-beta-*",
    "System.IO.FileSystem": "4.0.0-beta-*",
    "System.Reflection": "4.0.10-beta-*",
    "System.Reflection.Extensions": "4.0.0-beta-*",
    "System.Runtime": "4.0.20-beta-*",
    "System.Runtime.Extensions": "4.0.10-beta-*",
    "System.Runtime.Handles": "4.0.0-beta-*",
    "System.Runtime.InteropServices": "4.0.20-beta-*",
    "System.Runtime.Loader": "4.0.0-beta-*"
  },
  "frameworks": {
    "dnxcore50": {}
  }
}