Welcome to mirror list, hosted at ThFree Co, Russian Federation.

project.json « repro « ILCompiler « src - github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fc4a6b3799a0e70aec0381dae7da57e922b304ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "dependencies": {
    "System.Runtime": "4.0.20",
    "System.Resources.ResourceManager": "4.0.0",
    "System.Reflection.Primitives": "4.0.0",
    "System.Diagnostics.Debug": "4.0.0",
    "System.IO": "4.0.10",
    "System.IO.FileSystem": "4.0.0",
    "System.Collections": "4.0.0",
    "System.Text.Encoding": "4.0.0",
    "System.Runtime.InteropServices": "4.0.10",
    "System.Reflection": "4.0.0",
    "System.Runtime.Extensions": "4.0.10",
    "System.Threading": "4.0.0",
    "System.Text.Encoding.Extensions": "4.0.0",
    "System.Reflection.Extensions": "4.0.0",
    "System.Console": "4.0.0-beta-23419"
  },
  "frameworks": {
    "dnxcore50": {}
  }
}