Logo white

Administrator / FirstFullmaps

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • FirstFullmaps
  • src
  • MapConsole
  • bin
  • Debug
  • netcoreapp1.0
  • MapConsole.runtimeconfig.json
  • Console
    a036a6c0
    Yarik authored
    2017-02-24 16:33:45 +0200  
    Browse Code ยป
MapConsole.runtimeconfig.json 182 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
{
  "runtimeOptions": {
    "framework": {
      "name": "Microsoft.NETCore.App",
      "version": "1.1.0"
    },
    "configProperties": {
      "System.GC.Server": true
    }
  }
}