MQTT.Broker.runtimeconfig.json 344 B

123456789101112131415161718
  1. {
  2. "runtimeOptions": {
  3. "tfm": "netcoreapp3.1",
  4. "includedFrameworks": [
  5. {
  6. "name": "Microsoft.NETCore.App",
  7. "version": "3.1.4"
  8. },
  9. {
  10. "name": "Microsoft.AspNetCore.App",
  11. "version": "3.1.4"
  12. }
  13. ],
  14. "configProperties": {
  15. "System.GC.Server": true
  16. }
  17. }
  18. }