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

project.json « src « ILCompiler.TypeSystem « src - github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d9c26bcee20a75756b3fc457d41fd99c94e79cf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "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",
    "Microsoft.DiaSymReader": "1.0.8-rc2-60325"
  },
  "frameworks": {
    "netstandard1.3": {}
  }
}