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

project.json « src « System.Threading.Tasks.Extensions « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f790660471786de68842a4b31f767dcce052d5f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "dependencies": {
    "Microsoft.NETCore.Platforms": "1.0.2-beta-devapi-24424-01",
    "System.Collections": "4.0.0",
    "System.Diagnostics.Debug": "4.0.0",
    "System.Runtime": "4.0.0",
    "System.Threading.Tasks": "4.0.0"
  },
  "frameworks": {
    "netstandard1.0": {
      "imports": [
        "dotnet5.1"
      ]
    }
  }
}