Merge pull request #2075 from adityamandaleeka/json_config
Fix example runtimeconfig.json.
This commit is contained in:
commit
e418371e2e
1 changed files with 2 additions and 3 deletions
|
@ -30,14 +30,13 @@ The files are both JSON files stored in UTF-8 encoding. Below are sample files.
|
||||||
"System.GC.Server": true,
|
"System.GC.Server": true,
|
||||||
"System.GC.Concurrent": true,
|
"System.GC.Concurrent": true,
|
||||||
"System.Threading.ThreadPool.MinThreads": 4,
|
"System.Threading.ThreadPool.MinThreads": 4,
|
||||||
"System.Threading.ThreadPool.MaxThreads": 8,
|
"System.Threading.ThreadPool.MaxThreads": 8
|
||||||
"System.Threading.Thread.UseAllCpuGroups": true,
|
|
||||||
},
|
},
|
||||||
|
|
||||||
"framework": {
|
"framework": {
|
||||||
"name": "Microsoft.DotNetCore",
|
"name": "Microsoft.DotNetCore",
|
||||||
"version": "1.0.1",
|
"version": "1.0.1",
|
||||||
"rollForward": false,
|
"rollForward": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue