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

project.json « 4.0 « ref « System.Diagnostics.Process « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6d11251bc17a3534aaaad3ca34f78515a428ddcf (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "dependencies": {
    "System.Runtime": "4.0.0",
    "System.Runtime.Handles": "4.0.0",
    "System.IO": "4.0.0",
    "System.Text.Encoding": "4.0.0"
  },
  "frameworks": {
    "dotnet5.4": {}
  }
}