Blame view

src/MapConsole/bin/Debug/netcoreapp1.0/MapConsole.runtimeconfig.json 182 Bytes
a036a6c0   Yarik   Console
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
      }
    }
  }