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

project.json « ref « System.Diagnostics.Process « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 23bcb1383e99787928d79db407f9dd77711e5e87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "dependencies": {
    "System.ComponentModel.Primitives": "4.4.0-beta-24904-01",
    "System.Runtime": "4.4.0-beta-24904-01",
    "System.Runtime.Extensions": "4.4.0-beta-24904-01",
    "System.Runtime.Handles": "4.4.0-beta-24904-01",
    "System.IO": "4.4.0-beta-24904-01",
    "System.Text.Encoding": "4.4.0-beta-24904-01",
    "System.Collections": "4.4.0-beta-24904-01",
    "System.Collections.NonGeneric": "4.4.0-beta-24904-01",
    "System.Collections.Specialized": "4.4.0-beta-24904-01",
    "System.Diagnostics.FileVersionInfo": "4.4.0-beta-24904-01",
    "System.Runtime.InteropServices": "4.4.0-beta-24904-01"
  },
  "frameworks": {
    "netstandard1.7": {}
  }
}