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: 0c93f435029214ad1d72fdd055afab3f82b9c4c9 (plain)
1
2
3
4
5
6
7
8
9
{
  "frameworks": {
    "{TFM}": {
      "dependencies": {
        "NETStandard.Library": "2.0.0-preview1-25205-01"
      }
    }
  }
}