Files
Stealerium/Builder.runtimeconfig.json
T
2026-08-27 11:00:39 -06:00

12 lines
253 B
JSON

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