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: 2472d5031065b77f98543e3f8801f7d0aa10a91f (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-24521-07",
    "System.IO": "4.3.0-beta-24521-07",
    "System.Collections.NonGeneric": "4.3.0-beta-24521-07",
    "System.Collections.Specialized": "4.3.0-beta-24521-07",
    "System.Runtime.Serialization.Primitives": "4.3.0-beta-24521-07",
    "System.Xml.ReaderWriter": "4.3.0-beta-24521-07",
    "System.Text.Encoding": "4.3.0-beta-24521-07"
  },
  "frameworks": {
    "netstandard1.3": {
      "imports": [
        "dotnet5.4"
      ]
    }
  }
}