1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-02-01 13:17:58 +02:00
OpenIntegrations/service/engine/linux/oscript.runtimeconfig.json
2024-10-27 20:57:58 +03:00

18 lines
361 B
JSON

{
"runtimeOptions": {
"tfm": "net6.0",
"includedFrameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "6.0.30"
},
{
"name": "Microsoft.AspNetCore.App",
"version": "6.0.30"
}
],
"configProperties": {
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
}
}
}