best-cli-utils / UEExtractor /UEExtractor.runtimeconfig.json
Derur's picture
Upload 5 files
584768b verified
raw
history blame
340 Bytes
{
"runtimeOptions": {
"tfm": "net8.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "8.0.0"
},
"configProperties": {
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}