Learning/Mysql-example/bin/Debug/net7.0-windows/Mysql-example.runtimeconfig.json

15 lines
266 B
JSON
Raw Normal View History

2023-05-05 18:58:11 +00:00
{
"runtimeOptions": {
"tfm": "net7.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "7.0.0"
},
{
"name": "Microsoft.WindowsDesktop.App",
"version": "7.0.0"
}
]
}
}