Skip to content

Commit

Permalink
WinGui: Add HintPath to newtonsoft json in the worker process project…
Browse files Browse the repository at this point in the history
…. It shouldn't be needed but some VS installs appear to have issues without it. Fixes HandBrake#1420
  • Loading branch information
sr55 committed Jun 14, 2018
1 parent aa14f2b commit 2ae6f63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions win/CS/HandBrake.Worker/HandBrake.Worker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
<ItemGroup>
<PackageReference Include="Newtonsoft.Json">
<Version>11.0.2</Version>
<HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 2ae6f63

Please sign in to comment.