Built files from Bizgaze WebServer
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Unibase.Web.Server.runtimeconfig.json 408B

12345678910111213141516171819
  1. {
  2. "runtimeOptions": {
  3. "tfm": "net5.0",
  4. "includedFrameworks": [
  5. {
  6. "name": "Microsoft.NETCore.App",
  7. "version": "5.0.17"
  8. },
  9. {
  10. "name": "Microsoft.AspNetCore.App",
  11. "version": "5.0.17"
  12. }
  13. ],
  14. "configProperties": {
  15. "System.GC.Server": true,
  16. "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
  17. }
  18. }
  19. }