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.

12 lines
292 B

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