GalaxyCogs/exportchannels/data/DiscordChatExporter.Cli.runtimeconfig.json

12 lines
242 B
JSON
Raw Normal View History

2023-03-20 13:01:10 -04:00
{
"runtimeOptions": {
"tfm": "net7.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "7.0.0"
},
"configProperties": {
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
}
}
}