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:
authorBlueBlock <danb@pobox.com>2019-08-04 22:33:56 +0300
committerBlueBlock <danb@pobox.com>2019-08-04 22:33:56 +0300
commitc7005ca95bbae871451865c5d9959801ed3f5c72 (patch)
tree95134b75403b31a36449ff09a71a86231b7f9b4f /Duplicati/GUI
parente6588fbfc2eebb9d25ef06ddf4ed344ecf83f832 (diff)
remove system.net nuget packages
we should rely on the system.net packages on the system
Diffstat (limited to 'Duplicati/GUI')
-rw-r--r--Duplicati/GUI/Duplicati.GUI.TrayIcon/Duplicati.GUI.TrayIcon.csproj6
-rw-r--r--Duplicati/GUI/Duplicati.GUI.TrayIcon/packages.config5
2 files changed, 0 insertions, 11 deletions
diff --git a/Duplicati/GUI/Duplicati.GUI.TrayIcon/Duplicati.GUI.TrayIcon.csproj b/Duplicati/GUI/Duplicati.GUI.TrayIcon/Duplicati.GUI.TrayIcon.csproj
index fdb941074..98d9b0b79 100644
--- a/Duplicati/GUI/Duplicati.GUI.TrayIcon/Duplicati.GUI.TrayIcon.csproj
+++ b/Duplicati/GUI/Duplicati.GUI.TrayIcon/Duplicati.GUI.TrayIcon.csproj
@@ -72,12 +72,6 @@
<Reference Include="CoCoL, Version=1.5.0.19417, Culture=neutral, PublicKeyToken=0983de3c914beeaa, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\CoCoL.1.6.1\lib\net45\CoCoL.dll</HintPath>
</Reference>
- <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
- <HintPath>..\..\..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
- </Reference>
- <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
- <HintPath>..\..\..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
- </Reference>
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
diff --git a/Duplicati/GUI/Duplicati.GUI.TrayIcon/packages.config b/Duplicati/GUI/Duplicati.GUI.TrayIcon/packages.config
index dc01aa873..54fa558e1 100644
--- a/Duplicati/GUI/Duplicati.GUI.TrayIcon/packages.config
+++ b/Duplicati/GUI/Duplicati.GUI.TrayIcon/packages.config
@@ -1,10 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="CoCoL" version="1.6.1" targetFramework="net45" />
- <package id="EntityFramework" version="6.2.0" targetFramework="net462" />
<package id="Newtonsoft.Json" version="12.0.2" targetFramework="net45" />
- <package id="System.Data.SQLite" version="1.0.111.0" targetFramework="net462" />
- <package id="System.Data.SQLite.Core" version="1.0.111.0" targetFramework="net462" />
- <package id="System.Data.SQLite.EF6" version="1.0.111.0" targetFramework="net462" />
- <package id="System.Data.SQLite.Linq" version="1.0.111.0" targetFramework="net462" />
</packages> \ No newline at end of file