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

project.json « wp8 « src « System.Threading.Tasks.Dataflow « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 47baeec8259100443b19162970a04c18fe5712d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "frameworks": {
    "netstandard1.0": {
      "imports": [
        "dotnet5.1"
      ],
      "dependencies": {
        "Microsoft.NETCore.Platforms": "1.0.2-beta-24521-07",
        "System.Collections": "4.0.0",
        "System.Diagnostics.Contracts": "4.0.0",
        "System.Diagnostics.Debug": "4.0.0",
        "System.Diagnostics.Tools": "4.0.0",
        "System.Dynamic.Runtime": "4.0.0",
        "System.Linq": "4.0.0",
        "System.Resources.ResourceManager": "4.0.0",
        "System.Runtime": "4.0.0",
        "System.Runtime.Extensions": "4.0.0",
        "System.Runtime.Serialization.Primitives": "4.0.0",
        "System.Threading": "4.0.0",
        "System.Threading.Tasks": "4.0.0"
      }
    }
  }
}