1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-02-03 13:22:19 +02:00
OpenIntegrations/service/engine/linux/oscript.runtimeconfig.json

18 lines
361 B
JSON
Raw Normal View History

2024-10-26 23:11:04 +03:00
{
"runtimeOptions": {
"tfm": "net6.0",
"includedFrameworks": [
{
"name": "Microsoft.NETCore.App",
2024-10-27 20:57:58 +03:00
"version": "6.0.30"
},
{
"name": "Microsoft.AspNetCore.App",
"version": "6.0.30"
2024-10-26 23:11:04 +03:00
}
],
"configProperties": {
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
}
}
}