summaryrefslogtreecommitdiff
path: root/src/SMAPI.Installer/assets/runtimeconfig.json
blob: 34018b8a989ce8a88cfd080f5e24aa03fef7214d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "runtimeOptions": {
        "tfm": "net5.0",
        "includedFrameworks": [
            {
                "name": "Microsoft.NETCore.App",
                "version": "5.0.0",
                "rollForward": "latestMinor"
            }
        ],
        "configProperties": {
            "System.Runtime.TieredCompilation": false,
            "System.Reflection.Metadata.MetadataUpdater.IsSupported": false
        }
    }
}