AipGateway.FileAip.Service.runtimeconfig.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "runtimeOptions": {
  3. "tfm": "net8.0",
  4. "frameworks": [
  5. {
  6. "name": "Microsoft.NETCore.App",
  7. "version": "8.0.0"
  8. },
  9. {
  10. "name": "Microsoft.AspNetCore.App",
  11. "version": "8.0.0"
  12. }
  13. ],
  14. "configProperties": {
  15. "Microsoft.Extensions.DependencyInjection.VerifyOpenGenericServiceTrimmability": true,
  16. "System.ComponentModel.TypeConverter.EnableUnsafeBinaryFormatterInDesigntimeLicenseContextSerialization": false,
  17. "System.Diagnostics.Tracing.EventSource.IsSupported": true,
  18. "System.GC.Server": true,
  19. "System.GC.DynamicAdaptationMode": 1,
  20. "System.Globalization.Invariant": true,
  21. "System.Globalization.PredefinedCulturesOnly": true,
  22. "System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
  23. "System.Resources.ResourceManager.AllowCustomResourceTypes": false,
  24. "System.Runtime.CompilerServices.RuntimeFeature.IsDynamicCodeSupported": false,
  25. "System.Runtime.InteropServices.BuiltInComInterop.IsSupported": false,
  26. "System.Runtime.InteropServices.EnableConsumingManagedCodeFromNativeHosting": false,
  27. "System.Runtime.InteropServices.EnableCppCLIHostActivation": false,
  28. "System.Runtime.InteropServices.Marshalling.EnableGeneratedComInterfaceComImportInterop": false,
  29. "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false,
  30. "System.StartupHookProvider.IsSupported": false,
  31. "System.Text.Encoding.EnableUnsafeUTF7Encoding": false,
  32. "System.Text.Json.JsonSerializer.IsReflectionEnabledByDefault": false,
  33. "System.Threading.Thread.EnableAutoreleasePool": false,
  34. "System.Linq.Expressions.CanEmitObjectArrayDelegate": false
  35. }
  36. }
  37. }