]> granicus.if.org Git - handbrake/commitdiff
WinGui: Add HintPath to newtonsoft json in the worker process project. It shouldn...
authorsr55 <sr55.hb@outlook.com>
Thu, 14 Jun 2018 16:00:52 +0000 (17:00 +0100)
committersr55 <sr55.hb@outlook.com>
Thu, 14 Jun 2018 16:01:25 +0000 (17:01 +0100)
win/CS/HandBrake.Worker/HandBrake.Worker.csproj

index e6e84b498d6a2d4dbcf868983530c39118bb223a..37dd57a92666fd314be42bbad945dfa4c4da27ae 100644 (file)
@@ -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>