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

project.json « src « System.Reflection.TypeExtensions « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 35675c30fb1365683d0615724cd4a8fa575942db (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
25
{
  "frameworks": {
    "netstandard1.5": {
      "dependencies": {
        "Microsoft.TargetingPack.Private.CoreCLR": "1.1.0-beta-24520-03"
      }
    },
    "net462": {
      "dependencies": {
        "Microsoft.TargetingPack.NETFramework.v4.6": "1.0.1"
      }
    },
    "netcore50": {
      "dependencies": {
        "Microsoft.NETCore.Platforms": "1.0.1",
        "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24520-01",
        "System.Collections": "4.0.0",
        "System.Diagnostics.Contracts": "4.0.0",
        "System.Linq": "4.0.0",
        "System.Reflection": "4.1.0",
        "System.Runtime.Extensions": "4.0.10"
      }
    }
  }
}