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/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj | |
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/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj index 7027bacbe..08fdf54ab 100644 --- a/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj +++ b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj @@ -54,7 +54,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="PresentationCore" />
<Reference Include="PresentationFramework" />
|