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

project.json « ref « System.Xml.Xsl.Primitives « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a714361877cbd0bc032b0d708e0b3049ed563919 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "dependencies": {
    "System.Runtime": "4.3.0-beta-24521-07",
    "System.Xml.ReaderWriter": "4.3.0-beta-24521-07",
    "System.Xml.XPath": "4.3.0-beta-24521-07"
  },
  "frameworks": {
    "netstandard1.3": {
      "imports": [
        "dotnet5.4"
      ]
    }
  }
}