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

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