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

project.json « src « ILCompiler « src - github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2eee0ca7cca47ca2d693044cc483d7de4ef0bdc7 (plain)
1
2
3
4
5
6
7
8
9
{
  "dependencies": {
    "NETStandard.Library": "1.6.0",
    "System.CommandLine": "0.1.0-e160909-1"
  },
  "frameworks": {
    "netstandard1.6": {}
  }
}