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: 09cb009de8a1164699c2da020c0629ab1fabf712 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "dependencies": {
    "NETStandard.Library": "1.5.0-rc2-23911",
    "System.IO.MemoryMappedFiles": "4.0.0-rc2-23911",
    "System.Reflection.Metadata": "1.3.0-rc3-24102-00",
    "System.Runtime.CompilerServices.Unsafe": "4.0.0-rc3-24102-00",
    "Microsoft.DiaSymReader": "1.0.8-rc2-60325",
    "System.CommandLine": "0.1.0-e160514-1"
  },
  "frameworks": {
    "net46": {}
  },
  "runtimes": {
    "win7-x64": {}
  }
}