Files
fdskey/tools/ImageParser.runtimeconfig.json
Alexey 'Cluster' Avdyukhin e6e3ac01ff Bootloader!
2023-03-24 22:25:23 +04:00

12 lines
242 B
JSON

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