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

project.json « BaseLibManaged « Xml « System « tests « Common « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 41f0b3be6748f012c3ea9bf7b1bd1f5b4b4cb7dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "dependencies": {
    "System.Runtime": "4.2.0-beta-devapi-24424-01",
    "System.Runtime.Extensions": "4.2.0-beta-devapi-24424-01",
    "test-runtime": {
      "target": "project",
      "exclude": "compile"
    }
  },
  "frameworks": {
    "netstandard1.3": {}
  }
}