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: 625394c40cf5d197298ca9bbe415c5dfc90b4cc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "dependencies": {
    "System.Runtime": "4.3.0-beta-24520-06",
    "System.Runtime.Extensions": "4.3.0-beta-24520-06",
    "test-runtime": {
      "target": "project",
      "exclude": "compile"
    }
  },
  "frameworks": {
    "netstandard1.3": {}
  }
}