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

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