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

project.json « src « ILCompiler.MetadataTransform « src - github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0cb1973fa7140255eafd2f6ec64e6392125fdfe6 (plain)
1
2
3
4
5
6
7
8
9
{
  "dependencies": {
    "NETStandard.Library": "1.5.0-rc2-23911",
    "System.Reflection.Metadata": "1.3.0-rc3-24102-00"
  },
  "frameworks": {
    "netstandard1.3": {}
  }
}