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

project.json « ref « System.ComponentModel.TypeConverter « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b467e301d45211ee4e289dba8618b64b13dc9719 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "dependencies": {
    "System.Collections.NonGeneric": "4.3.0-beta-24521-07",
    "System.ComponentModel": "4.3.0-beta-24521-07",
    "System.ComponentModel.Primitives": "4.3.0-beta-24521-07",
    "System.Globalization": "4.3.0-beta-24521-07",
    "System.Reflection": "4.3.0-beta-24521-07",
    "System.Runtime": "4.3.0-beta-24521-07",
    "System.Security.Permissions": "4.3.0-beta-24521-07"
  },
  "frameworks": {
    "netstandard1.7": {}
  }
}