Skip to content

Commit 9e3cab1

Browse files
committed
Fix: Unable to run app due to missing of System.ValueTuple.dll
1 parent 85d0072 commit 9e3cab1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Setup/Product.wxs

+4
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@
130130
<Component Id="System.Reactive.PlatformServices.dll" Guid="*">
131131
<File Source="..\GitExtensions\bin\$(var.Configuration)\System.Reactive.PlatformServices.dll" />
132132
</Component>
133+
<Component Id="System.ValueTuple.dll" Guid="*">
134+
<File Source="..\GitExtensions\bin\$(var.Configuration)\System.ValueTuple.dll" />
135+
</Component>
133136
<!--Remove unused dll, installed in versions <= 2.31-->
134137
<Component Id="GithubSharp.Core.dll" Guid="08F2D539-54CE-4895-ACA5-A7FBA73CA172">
135138
<RemoveFile Name="GithubSharp.Core.dll" Id="GithubSharp.Core.dll" On="both" />
@@ -571,6 +574,7 @@
571574
<ComponentRef Id="System.Reactive.Interfaces.dll" />
572575
<ComponentRef Id="System.Reactive.Linq.dll" />
573576
<ComponentRef Id="System.Reactive.PlatformServices.dll" />
577+
<ComponentRef Id="System.ValueTuple.dll" />
574578
<ComponentRef Id="NBug.dll" />
575579
<ComponentRef Id="SmartFormat.dll" />
576580
<ComponentRef Id="NetSpell.SpellChecker.dll" />

0 commit comments

Comments
 (0)