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

project.json « ref « System.Collections.Specialized « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1a5e504d6a70ca8cb935befd30ff2266920f6e29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "dependencies": {
    "System.Runtime": "4.2.0-beta-devapi-24424-01"
  },
  "frameworks": {
    "netstandard1.7": {
      "imports": [
        "dotnet5.8"
      ]
    }
  }
}