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

project.json « Formatting « Simple « src « tests - github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 271875a54db547c9b310cb040881ee3d5660fb1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "version": "1.0.0-*",
    "compilationOptions": {
        "emitEntryPoint": true
    },

    "dependencies": {
        "NETStandard.Library": "1.0.0-rc2-23819"
    },

    "frameworks": {
        "dnxcore50": { }
    },

    "runtimes": {
        "win7-x64": { },
        "osx.10.10-x64": { },
        "ubuntu.14.04-x64": { }
    }
}