API.runtimeconfig.json 469 B

1234567891011121314151617181920
  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. "System.GC.Server": true,
  16. "System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
  17. "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
  18. }
  19. }
  20. }