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

project.json « ref « System.IO « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1beb2a21d95b79fc05684d2705cd754fa8f6f889 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "dependencies": {
    "System.Runtime": "4.0.20",
    "System.Text.Encoding": "4.0.0",
    "System.Threading.Tasks": "4.0.0"
  },
  "frameworks": {
    "netstandard1.3": {
      "imports": [
        "dotnet5.4"
      ]
    }
  }
}