SupplierWeb.runtimeconfig.json 224 B

123456789101112
  1. {
  2. "runtimeOptions": {
  3. "tfm": "netcoreapp2.1",
  4. "framework": {
  5. "name": "Microsoft.AspNetCore.All",
  6. "version": "2.1.0"
  7. },
  8. "configProperties": {
  9. "System.GC.Server": true
  10. }
  11. }
  12. }