1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-01-24 05:36:29 +02:00
OpenIntegrations/service/engine/windows/oscript.runtimeconfig.json
Anton Titovets c56c185916 OS 2-rc5
2024-10-27 12:45:13 +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
}
}
}