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

project.json « RemoteExecutorConsoleApp « Diagnostics « System « tests « Common « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0cfabeabc89b171b5e68cc5fbb3b9a600e4822f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "dependencies": {
    "System.Runtime": "4.3.0-beta-24520-06",
    "Microsoft.NETCore.Platforms": "1.0.2-beta-24520-06",
    "System.Console": "4.0.0",
    "System.Diagnostics.Process": "4.3.0-beta-24520-06",
    "System.IO": "4.3.0-beta-24520-06",
    "System.Reflection": "4.3.0-beta-24520-06",
    "System.Threading.Tasks": "4.3.0-beta-24520-06",
    "test-runtime": {
      "target": "project",
      "exclude": "compile"
    }
  },
  "frameworks": {
    "netstandard1.3": {}
  }
}