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

project.json.template « netstandard « external - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 439502b313badeeb4d4227462107770affd0a3df (plain)
1
2
3
4
5
6
7
8
9
{
  "frameworks": {
    "{TFM}": {
      "dependencies": {
        "NETStandard.Library": "2.0.0-beta-25101-03"
      }
    }
  }
}