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: 79276e7b8e8c6bfd971f8cde50a8e30539a4d61b (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
{
    "supports": {
        "uwp.10.0.app": {
            "uap10.0": [
                "win10-x86",
                "win10-x86-aot",
                "win10-x64",
                "win10-x64-aot",
                "win10-arm",
                "win10-arm-aot"
            ]
        },
        "net46.app": {
            "net46": [
                "win-x86",
                "win-x64"
            ]
        },
        "dnxcore50.app": {
            "dnxcore50": [
                "win7-x86",
                "win7-x64"
            ]
        }
    }
 }