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

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