Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwjan <wim.jansen@gmail.com>2018-01-19 18:15:57 +0300
committerwjan <wim.jansen@gmail.com>2018-01-19 18:15:57 +0300
commite46f412bef954ed999468db878dd79407eaca7dd (patch)
tree10056b60cd4bbe4ab3f6eed0057ce70f3af23aba /Duplicati/Library/Backend/Rclone/Duplicati.Library.Backend.Rclone.csproj
parent687a6b88871bfc8c53cecbd48494bbea96cec430 (diff)
corrects Newtonsoft reference
Diffstat (limited to 'Duplicati/Library/Backend/Rclone/Duplicati.Library.Backend.Rclone.csproj')
-rw-r--r--Duplicati/Library/Backend/Rclone/Duplicati.Library.Backend.Rclone.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/Duplicati/Library/Backend/Rclone/Duplicati.Library.Backend.Rclone.csproj b/Duplicati/Library/Backend/Rclone/Duplicati.Library.Backend.Rclone.csproj
index 63f3cbf1e..7ff48865b 100644
--- a/Duplicati/Library/Backend/Rclone/Duplicati.Library.Backend.Rclone.csproj
+++ b/Duplicati/Library/Backend/Rclone/Duplicati.Library.Backend.Rclone.csproj
@@ -30,8 +30,8 @@
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<ItemGroup>
- <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
- <HintPath>..\..\..\..\..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
+ <Reference Include="Newtonsoft.Json">
+ <HintPath>..\..\..\..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
</ItemGroup>