summaryrefslogtreecommitdiff
path: root/tests/src/managed/Compilation/project.json
blob: ce1d2b5046e571a50160ebc7211a5daabf98ee56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "dependencies": {
    "Microsoft.CodeAnalysis.Compilers": "1.1.1",
    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
    "System.Collections": "4.0.10",
    "System.Collections.Concurrent": "4.0.10",
    "System.Collections.Immutable": "1.1.37",
    "System.Console": "4.0.0-rc2-23816",
    "System.Dynamic.Runtime": "4.0.10",
    "System.IO": "4.0.10",
    "System.IO.FileSystem": "4.0.0",
    "System.IO.FileSystem.Primitives": "4.0.0",
    "System.Runtime": "4.1.0-rc2-23816",
    "System.Runtime.Extensions": "4.0.10",
    "System.Runtime.Handles": "4.0.0",
    "System.Text.Encoding": "4.0.10",
    "System.Threading": "4.0.0",
    "System.Threading.Overlapped": "4.0.0",
    "System.Threading.Tasks": "4.0.10",
    "System.Threading.Tasks.Parallel": "4.0.0",
    "System.Threading.ThreadPool": "4.0.10-rc2-23816"
  },
  "frameworks": {
    "dnxcore50": {
      "imports": "portable-net45+win8"
    }
  }
}