Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Mellino <erme@microsoft.com>2017-02-02 01:46:24 +0300
committerEric Mellino <erme@microsoft.com>2017-02-03 01:01:36 +0300
commit275dfcc19cbc0aff8290a401aeea7bab0456a50d (patch)
tree15f7baae3a5227c31f868c5e092b42c4bb240130 /config.json
parente6053632c08ea63044456a5138d1b8ea8b860c52 (diff)
Update to buildtools containing GenFacades task
Diffstat (limited to 'config.json')
-rw-r--r--config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.json b/config.json
index e29f7a586c..76cd017790 100644
--- a/config.json
+++ b/config.json
@@ -544,7 +544,7 @@
"msbuild": {
"osSpecific": {
"windows": {
- "defaultParameters": "/nologo /verbosity:minimal /clp:Summary /maxcpucount /nodeReuse:false /l:BinClashLogger,Tools\\net45\\Microsoft.DotNet.Build.Tasks.dll;LogFile=binclash.log",
+ "defaultParameters": "/nologo /verbosity:minimal /clp:Summary /maxcpucount /nodeReuse:false /l:BinClashLogger,Tools\\net46\\Microsoft.DotNet.Build.Tasks.dll;LogFile=binclash.log",
"path": "Tools/msbuild.cmd"
},
"unix": {