summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authorchcosta <chcosta@microsoft.com>2017-03-08 16:07:32 -0800
committerGitHub <noreply@github.com>2017-03-08 16:07:32 -0800
commit8f23fca0ff57c97707d4f6b5068e8044d2dcc13c (patch)
treec41607d9ef3007cd1107a075f7aa700916589179 /config.json
parent5bdc20368230e271000109319f3e3236e855d374 (diff)
downloadcoreclr-8f23fca0ff57c97707d4f6b5068e8044d2dcc13c.tar.gz
coreclr-8f23fca0ff57c97707d4f6b5068e8044d2dcc13c.tar.bz2
coreclr-8f23fca0ff57c97707d4f6b5068e8044d2dcc13c.zip
Update to buildtools version 1.0.27-prerelease-01407-02, and enable creating transport packages (#10020)
* Update BuildTools fixes * Update to buildtools version 1.0.27-prerelease-01407-02, and enable building transport packages * fix netcore project * Avoid msb3644 error * Fix bad copy
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 140b1eb147..29924b3f19 100644
--- a/config.json
+++ b/config.json
@@ -40,7 +40,7 @@
"description": "MsBuild logging options.",
"valueType": "passThrough",
"values": [],
- "defaultValue": "/l:BinClashLogger,Tools/net45/Microsoft.DotNet.Build.Tasks.dll;LogFile=binclash.log"
+ "defaultValue": "/l:BinClashLogger,Tools/net46/Microsoft.DotNet.Build.Tasks.dll;LogFile=binclash.log"
},
"FilterToOSGroup": {
"description": "Specifies the OSGroup.",