Files
DCIT/DCIT.App/bin/Release/net6.0-windows/win-x64/DCIT.App.runtimeconfig.json
2026-07-13 10:04:36 +08:00

18 lines
355 B
JSON

{
"runtimeOptions": {
"tfm": "net6.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "6.0.0"
},
{
"name": "Microsoft.WindowsDesktop.App",
"version": "6.0.0"
}
],
"configProperties": {
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
}
}
}