No Description

Backend.API.runtimeconfig.json 299B

12345678910111213
  1. {
  2. "runtimeOptions": {
  3. "tfm": "netcoreapp3.1",
  4. "framework": {
  5. "name": "Microsoft.AspNetCore.App",
  6. "version": "3.1.0"
  7. },
  8. "configProperties": {
  9. "System.GC.Server": true,
  10. "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
  11. }
  12. }
  13. }

Powered by TurnKey Linux.