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: b34796058a00b4cfb22eefe7bff78eeddcb2091f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "dependencies": {
    "System.Runtime": "4.3.0-beta-24601-02",
    "System.IO": "4.3.0-beta-24601-02",
    "System.Collections.NonGeneric": "4.3.0-beta-24601-02",
    "System.Collections.Specialized": "4.3.0-beta-24601-02",
    "System.Runtime.Serialization.Primitives": "4.3.0-beta-24601-02",
    "System.Xml.ReaderWriter": "4.3.0-beta-24601-02",
    "System.Text.Encoding": "4.3.0-beta-24601-02"
  },
  "frameworks": {
    "netstandard1.3": {
      "imports": [
        "dotnet5.4"
      ]
    }
  }
}