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

project.json.template « ILLink « external - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e7c9cde5f33383da434c736c1b51103847846cbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "dependencies": {
    "Microsoft.NETCore.ILLink": {
      "version": "0.1.8-preview",
      "exclude": "compile"
    }
  },
  "frameworks": {
    "netcoreapp1.1": { }
  },
  "runtimes": {
    "{RID}": {}
  }
}