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

project.json « ModuleCore « Xml « System « tests « Common « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 52aac07a6f6eabbf27d1efd6ce30208c27994754 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "dependencies": {
    "Microsoft.NETCore.Platforms": "1.0.2-beta-devapi-24424-01",
    "System.Collections": "4.1.0-beta-devapi-24424-01",
    "System.Console": "4.0.0",
    "System.Diagnostics.Debug": "4.0.12-beta-devapi-24424-01",
    "System.IO": "4.2.0-beta-devapi-24424-01",
    "System.Runtime": "4.2.0-beta-devapi-24424-01",
    "System.Text.Encoding": "4.0.12-beta-devapi-24424-01",
    "test-runtime": {
      "target": "project",
      "exclude": "compile"
    }
  },
  "frameworks": {
    "netstandard1.3": {}
  },
  "supports": {
    "coreFx.Test.netcore50": {},
    "coreFx.Test.netcoreapp1.0": {},
    "coreFx.Test.net46": {},
    "coreFx.Test.net461": {},
    "coreFx.Test.net462": {},
    "coreFx.Test.net463": {}
  }
}