summaryrefslogtreecommitdiff
path: root/src/SMAPI.Installer/assets/runtimeconfig.unix.json
blob: 8a01ceb15fa7c9ed50ab0fc194174650069192a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "runtimeOptions": {
        "tfm": "net5.0",
        "includedFrameworks": [
            {
                "name": "Microsoft.NETCore.App",
                "version": "5.0.7"
            }
        ],
        "configProperties": {
            "System.Runtime.TieredCompilation": false
        }
    }
}