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

project.json « ref « System.Xml.XmlSerializer « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9efbd726585c06c442b0dd888a34c0e69f5b2e14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "dependencies": {
    "System.Collections.NonGeneric": "4.4.0-beta-24607-03",
    "System.Collections.Specialized": "4.4.0-beta-24607-03",
    "System.IO": "4.4.0-beta-24607-03",
    "System.Reflection": "4.4.0-beta-24607-03",
    "System.Runtime": "4.4.0-beta-24607-03",
    "System.Xml.ReaderWriter": "4.4.0-beta-24607-03",
    "System.Xml.XmlDocument": "4.4.0-beta-24607-03"
  },
  "frameworks": {
    "netstandard1.7": {}
  }
}