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:
authorKaren Martikyan <karen.martikyan@digitain.com>2020-11-07 17:45:45 +0300
committerKaren Martikyan <karen.martikyan@digitain.com>2020-11-07 17:45:45 +0300
commit8187f66c60cc39b7f82c65705dc1960a2f19d481 (patch)
tree822c0e50faeb6b521a820db38767da50d7512481 /Duplicati/Library
parenta9ac5ff12a36f0d2c3a4a96ca39da279be3ccefa (diff)
Removed redundant package dependency
Diffstat (limited to 'Duplicati/Library')
-rw-r--r--Duplicati/Library/Backend/Telegram/Duplicati.Library.Backend.Telegram.csproj4
-rw-r--r--Duplicati/Library/Backend/Telegram/packages.config1
2 files changed, 0 insertions, 5 deletions
diff --git a/Duplicati/Library/Backend/Telegram/Duplicati.Library.Backend.Telegram.csproj b/Duplicati/Library/Backend/Telegram/Duplicati.Library.Backend.Telegram.csproj
index ac30cdc24..29c0a6fe3 100644
--- a/Duplicati/Library/Backend/Telegram/Duplicati.Library.Backend.Telegram.csproj
+++ b/Duplicati/Library/Backend/Telegram/Duplicati.Library.Backend.Telegram.csproj
@@ -36,10 +36,6 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
- <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed">
- <HintPath>..\..\..\..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
- <Private>True</Private>
- </Reference>
<Reference Include="SharpAESCrypt, Version=1.3.3.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\..\..\..\packages\SharpAESCrypt.exe.1.3.3\lib\netstandard2.0\SharpAESCrypt.exe</HintPath>
</Reference>
diff --git a/Duplicati/Library/Backend/Telegram/packages.config b/Duplicati/Library/Backend/Telegram/packages.config
index 6a2914afb..ecd8f06db 100644
--- a/Duplicati/Library/Backend/Telegram/packages.config
+++ b/Duplicati/Library/Backend/Telegram/packages.config
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
- <package id="Newtonsoft.Json" version="12.0.2" targetFramework="net471" />
<package id="SharpAESCrypt.exe" version="1.3.3" targetFramework="net471" />
<package id="TLSharp" version="0.1.0.574" targetFramework="net471" />
</packages> \ No newline at end of file