diff options
author | sr55 <[email protected]> | 2015-07-25 20:00:22 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2015-07-25 20:00:22 +0000 |
commit | 0768bbe8bf9d16861cb19921289f5b5b33d2beec (patch) | |
tree | 5452b7eaefb23636976aff905ab7f256b984ecfc /win/CS/HandBrakeWPF | |
parent | 6cd5d4f11ff43300ad93780c3fda529a525efaff (diff) |
WinGui: Bumping JSON.net to version 7.0
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7376 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF')
-rw-r--r-- | win/CS/HandBrakeWPF/HandBrakeWPF.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj index 829c61f5d..504d7760d 100644 --- a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj +++ b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj @@ -90,7 +90,7 @@ <Reference Include="Microsoft.CSharp" />
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\libraries\json\Net40\Newtonsoft.Json.dll</HintPath>
+ <HintPath>..\libraries\json\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Ookii.Dialogs.Wpf, Version=1.0.0.0, Culture=neutral, PublicKeyToken=0c15020868fd6249, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
|