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

project.json.template « NETNative « runtime « external - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7c0e72d946546c6f838e635ab85cca3cc4a6dbf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "frameworks": {
    "{TFM}": {
      "dependencies": {
        "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-25205-00"
      }
    }
  },
  "runtimes": {
    "{RID}": {}
  }
}