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: 6f3e8fc80526dffc5c0031432d31fd66fc15a7f9 (plain)
1
2
3
4
5
6
7
8
{
  "dependencies": {
    "NETStandard.Library": "1.5.0-rc2-23911"
  },
  "frameworks": {
    "netstandard1.3": {}
  }
}