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

runtime.json « Microsoft.NETCore.Targets « pkg - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 925514c3611f8067e8d5f43eb369c1cefe5bf763 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
    "supports": {
        "uwp.10.0.app": {
            "uap10.0": [
                "win10-x86",
                "win10-x86-aot",
                "win10-x64",
                "win10-x64-aot",
                "win10-arm",
                "win10-arm-aot"
            ]
        },
        "net45.app": {
            "net45": [
                "",
                "win-x86",
                "win-x64"
            ]
        },
        "net451.app": {
            "net451": [
                "",
                "win-x86",
                "win-x64"
            ]
        },
        "net452.app": {
            "net452": [
                "",
                "win-x86",
                "win-x64"
            ]
        },
        "net46.app": {
            "net46": [
                "",
                "win-x86",
                "win-x64"
            ]
        },
        "net461.app": {
            "net461": [
                "",
                "win-x86",
                "win-x64"
            ]
        },
        "net462.app": {
            "net462": [
                "",
                "win-x86",
                "win-x64"
            ]
        },
        "netcoreapp1.0.app": {
            "netcoreapp1.0": [
                "win7-x86",
                "win7-x64",
                "osx.10.11-x64",
                "centos.7-x64",
                "debian.8-x64",
                "linuxmint.17-x64",
                "opensuse.13.2-x64",
                "rhel.7.2-x64",
                "ubuntu.14.04-x64",
                "ubuntu.16.04-x64"
            ]
        },
        "win8.app": {
          "win8": ""
        },
        "win81.app": {
          "win81": ""
        },
        "wp8.app": {
          "wp8": ""
        },
        "wp81.app": {
          "wp81": ""
        },
        "wpa81.app": {
          "wpa81": ""
        },
        "dnxcore50.app": {
            "dnxcore50": [
                "win7-x86",
                "win7-x64"
            ]
        }
    }
 }