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

project.json « ref « System.Net.WebHeaderCollection « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4531f6637d3d3265d1ccb9f7b28fea54437653b2 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "frameworks": {
    "netstandard1.7": {
      "dependencies": {
        "System.Runtime": "4.4.0-beta-24903-02",
        "System.Collections.Specialized": "4.4.0-beta-24903-02"
      }
    }
  }
}