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

project.json « tests « System.Xml.XmlDocument « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 86a56e693d5f0b5d9d4f2ca339d08c2e4c1cf8f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "dependencies": {
    "System.Runtime": "4.0.20",
    "System.Threading.Tasks": "4.0.10",
    "System.Xml.ReaderWriter": "4.0.10",
    "xunit": "2.1.0-beta3-*",
    "xunit.netcore.extensions": "1.0.0-prerelease-*"
  },
  "frameworks": {
    "dnxcore50": {}
  }
}