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

project.json « desktop « ILCompiler « src - github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b9a3083ec53a8ee5e73006dacee96503516cde2c (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
29
30
{
  "dependencies": {
    "System.Runtime": "4.0.20",
    "System.Resources.ResourceManager": "4.0.0",
    "System.Reflection.Primitives": "4.0.0",
    "System.Diagnostics.Debug": "4.0.10",
    "System.IO": "4.0.10",
    "System.IO.FileSystem": "4.0.0",
    "System.IO.MemoryMappedFiles": "4.0.0-beta-23419",
    "System.Collections": "4.0.10",
    "System.Text.Encoding": "4.0.10",
    "System.Runtime.InteropServices": "4.0.20",
    "System.Reflection": "4.0.0",
    "System.Runtime.Extensions": "4.0.10",
    "System.Threading": "4.0.10",
    "System.Text.Encoding.Extensions": "4.0.10",
    "System.Reflection.Extensions": "4.0.0",
    "System.Console": "4.0.0-beta-23419",
    "System.AppContext": "4.0.0",
    "System.Collections.Immutable": "1.1.37",
    "System.Reflection.Metadata": "1.0.22",
    "Microsoft.DiaSymReader": "1.0.6"
  },
  "frameworks": {
    "net46": {}
  },
  "runtimes": {
    "win-x64": {}
  }
}