aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Tools.Core
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2018-12-27 11:07:13 -0800
committerRob Mensching <rob@robmensching.com>2018-12-27 11:14:08 -0800
commitc6da3f6d1c9b571d8f58745560332c3e0531a5c5 (patch)
tree660515bae84a9480e3fa87bbfd635946935d5f49 /src/WixToolset.Tools.Core
parentc82991d4af4ce7fa7330e99e18840ecff4f3fabd (diff)
downloadwix-c6da3f6d1c9b571d8f58745560332c3e0531a5c5.tar.gz
wix-c6da3f6d1c9b571d8f58745560332c3e0531a5c5.tar.bz2
wix-c6da3f6d1c9b571d8f58745560332c3e0531a5c5.zip
Catch unhandled exceptions at the top to provide useful debug info
Fixes wixtoolset/issues#5884
Diffstat (limited to 'src/WixToolset.Tools.Core')
-rw-r--r--src/WixToolset.Tools.Core/WixToolset.Tools.Core.csproj2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/WixToolset.Tools.Core/WixToolset.Tools.Core.csproj b/src/WixToolset.Tools.Core/WixToolset.Tools.Core.csproj
index 996258cc..92111c61 100644
--- a/src/WixToolset.Tools.Core/WixToolset.Tools.Core.csproj
+++ b/src/WixToolset.Tools.Core/WixToolset.Tools.Core.csproj
@@ -11,8 +11,6 @@
11 </PropertyGroup> 11 </PropertyGroup>
12 12
13 <ItemGroup> 13 <ItemGroup>
14 <PackageReference Include="WixToolset.Data" Version="4.0.*" />
15 <PackageReference Include="WixToolset.Extensibility" Version="4.0.*" />
16 <PackageReference Include="WixToolset.Core" Version="4.0.*" /> 14 <PackageReference Include="WixToolset.Core" Version="4.0.*" />
17 </ItemGroup> 15 </ItemGroup>
18 16