MySystem.runtimeconfig.json 213 B

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