linuxOS_AP05/debian/test/root/estation/eStation.runtimeconfig.json

12 lines
253 B
JSON
Raw Normal View History

2025-09-26 01:40:02 +00:00
{
"runtimeOptions": {
"tfm": "net6.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "6.0.0"
},
"configProperties": {
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
}
}
}