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

project.json « src « System.Runtime « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8e2d089c88165cf93d72fcfebe9ffc6263f03275 (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
26
27
28
29
{
  "frameworks": {
    "netstandard1.7": {
      "dependencies": {
        "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-02"
      }
    },
    "netstandard1.5": {
      "dependencies": {
        "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-02"
      }
    },
    "netcoreapp1.2": {
      "dependencies": {
        "Microsoft.TargetingPack.Private.CoreRT": "1.0.0-alpha-24821-02"
      }
    },
    "net461": {
      "dependencies": {
        "Microsoft.TargetingPack.NETFramework.v4.6.1": "1.0.1"
      }
    },
    "uap10.1": {
      "dependencies": {
        "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24904-00"
      }
    }
  }
}