Files
theresa3rd-bot/Theresa3rd-Bot/TheresaBot.MiraiHttpApi.runtimeconfig.json
mol 32f4bfe768
Some checks failed
continuous-integration/drone Build is failing
first commit
2023-12-08 13:49:50 +08:00

20 lines
516 B
JSON

{
"runtimeOptions": {
"tfm": "net8.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "8.0.0-rc.1.23419.4"
},
{
"name": "Microsoft.AspNetCore.App",
"version": "8.0.0-rc.1.23421.29"
}
],
"configProperties": {
"System.GC.Server": false,
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}