blob: b693d809810ea6b81bd35a8348f4f277864a1120 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"runtimeOptions": {
"tfm": "net5.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "5.0.0"
},
"configProperties": {
"System.Runtime.TieredCompilation": false
}
}
}
|