Files
DCIT/DCIT.App/bin/Debug/net6.0-windows/DCIT.App.runtimeconfig.json

15 lines
252 B
JSON
Raw Normal View History

2026-07-13 10:04:36 +08:00
{
"runtimeOptions": {
"tfm": "net6.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "6.0.0"
},
{
"name": "Microsoft.WindowsDesktop.App",
"version": "6.0.0"
}
]
}
}