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

project.json.template « portable « external - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 08936feb37fc44ac7fbd40c93daf38da35b92d70 (plain)
1
2
3
4
5
6
7
8
9
{
  "frameworks": {
    "{TFM}": {
      "dependencies": {
        "{PackageId}": "1.0.0"
      }
    }
  }
}