Files
Sync-Enova365/release-optima/SmartB2B.Optima.Service.runtimeconfig.json

16 lines
397 B
JSON

{
"runtimeOptions": {
"tfm": "net8.0",
"includedFrameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "8.0.24"
}
],
"configProperties": {
"Sentry.Native.IsEnabled": true,
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}