Skip to content

Commit

Permalink
Added NetwtonSoft JSON depedency to installer
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchiecarroll committed Dec 6, 2023
1 parent a264c2f commit 0a6778a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Source/Applications/SIEGate/SIEGateSetup/SIEGateSetup.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,11 @@
<netfx:NativeImage Id="ngen_ExpressionEvaluator.dll" Platform="64bit" Priority="0" AppBaseDirectory="INSTALLFOLDER"/>
</File>
</Component>
<Component Id="Newtonsoft.Json">
<File Id="Newtonsoft.Json.dll" Name="Newtonsoft.Json.dll" Source="$(var.SolutionDir)\Dependencies\GSF\Newtonsoft.Json.dll">
<netfx:NativeImage Id="ngen_Newtonsoft.Json.dll" Platform="64bit" Priority="0" AppBaseDirectory="INSTALLFOLDER"/>
</File>
</Component>
<Component Id="GSF.Communication">
<File Id="GSF.Communication.dll" Name="GSF.Communication.dll" Source="$(var.SolutionDir)\Dependencies\GSF\GSF.Communication.dll">
<netfx:NativeImage Id="ngen_GSF.Communication.dll" Platform="64bit" Priority="0" AppBaseDirectory="INSTALLFOLDER"/>
Expand Down

0 comments on commit 0a6778a

Please sign in to comment.