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

project.json « ref « System.ComponentModel.Primitives « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: eb1ef727380ad058c3fdf6c835fd8d39eb96cf1e (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "frameworks": {
    "netstandard1.7": {
      "dependencies": {
        "System.Runtime": "4.4.0-beta-24904-01",
        "System.Collections.NonGeneric": "4.4.0-beta-24904-01",
        "System.ComponentModel": "4.4.0-beta-24904-01"
      }
    }
  }
}