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

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