You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
1.3 KiB

1 year ago
  1. {
  2. "runtimeOptions": {
  3. "tfm": "net7.0",
  4. "includedFrameworks": [
  5. {
  6. "name": "Microsoft.NETCore.App",
  7. "version": "7.0.5"
  8. },
  9. {
  10. "name": "Microsoft.MacCatalyst",
  11. "version": "16.2.2054"
  12. }
  13. ],
  14. "configProperties": {
  15. "Microsoft.Extensions.DependencyInjection.VerifyOpenGenericServiceTrimmability": true,
  16. "System.AggressiveAttributeTrimming": true,
  17. "System.ComponentModel.TypeConverter.EnableUnsafeBinaryFormatterInDesigntimeLicenseContextSerialization": false,
  18. "System.Diagnostics.Debugger.IsSupported": true,
  19. "System.Diagnostics.Tracing.EventSource.IsSupported": false,
  20. "System.Globalization.Invariant": false,
  21. "System.Net.Http.EnableActivityPropagation": false,
  22. "System.Net.Http.UseNativeHttpHandler": true,
  23. "System.Reflection.NullabilityInfoContext.IsSupported": false,
  24. "System.Resources.ResourceManager.AllowCustomResourceTypes": false,
  25. "System.Resources.UseSystemResourceKeys": false,
  26. "System.Runtime.InteropServices.BuiltInComInterop.IsSupported": false,
  27. "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false,
  28. "System.StartupHookProvider.IsSupported": false,
  29. "System.Threading.Thread.EnableAutoreleasePool": true,
  30. "System.Text.Encoding.EnableUnsafeUTF7Encoding": false
  31. }
  32. }
  33. }