bowling/Bowling/bin/Debug/netcoreapp3.1/Bowling.runtimeconfig.json
2022-04-23 23:27:37 +03:00

12 lines
No EOL
234 B
JSON

{
"runtimeOptions": {
"tfm": "netcoreapp3.1",
"framework": {
"name": "Microsoft.WindowsDesktop.App",
"version": "3.1.0"
},
"configProperties": {
"System.Runtime.TieredCompilation": false
}
}
}