Files
pong/Pong/bin/Debug/net6.0/Pong.runtimeconfig.json
2022-08-13 21:13:58 +02:00

13 lines
248 B
JSON

{
"runtimeOptions": {
"tfm": "net6.0",
"rollForward": "Major",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "6.0.0"
},
"configProperties": {
"System.Runtime.TieredCompilation": false
}
}
}