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:
authorTopperDEL <github_com@tparth.de>2020-05-19 17:11:58 +0300
committerTopperDEL <github_com@tparth.de>2020-05-19 17:11:58 +0300
commitba82edf7f89876c22a1a83e6e77b1bddc442c2ed (patch)
tree6db9c6562a3aa20063ddb79d6ac4fd09d4e61a45 /Duplicati/Library/Backend/Tardigrade
parent62ae46f223f0f1b22d42e29834b1b1eca2147bdd (diff)
fix: Correct Package-References
Diffstat (limited to 'Duplicati/Library/Backend/Tardigrade')
-rw-r--r--Duplicati/Library/Backend/Tardigrade/Duplicati.Library.Backend.Tardigrade.csproj8
-rw-r--r--Duplicati/Library/Backend/Tardigrade/packages.config2
2 files changed, 5 insertions, 5 deletions
diff --git a/Duplicati/Library/Backend/Tardigrade/Duplicati.Library.Backend.Tardigrade.csproj b/Duplicati/Library/Backend/Tardigrade/Duplicati.Library.Backend.Tardigrade.csproj
index 72c8a73e2..5e3fedd2c 100644
--- a/Duplicati/Library/Backend/Tardigrade/Duplicati.Library.Backend.Tardigrade.csproj
+++ b/Duplicati/Library/Backend/Tardigrade/Duplicati.Library.Backend.Tardigrade.csproj
@@ -42,8 +42,8 @@
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
- <Reference Include="uplink.NET, Version=2.1.3.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\uplink.NET.2.1.3\lib\netstandard2.0\uplink.NET.dll</HintPath>
+ <Reference Include="uplink.NET, Version=2.1.5.0, Culture=neutral, processorArchitecture=MSIL">
+ <HintPath>..\..\..\..\packages\uplink.NET.2.1.5\lib\netstandard2.0\uplink.NET.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
@@ -75,11 +75,11 @@
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <Import Project="..\packages\uplink.NET.2.1.3\build\net40\uplink.NET.targets" Condition="Exists('..\packages\uplink.NET.2.1.3\build\net40\uplink.NET.targets')" />
+ <Import Project="..\..\..\..\packages\uplink.NET.2.1.5\build\net40\uplink.NET.targets" Condition="Exists('..\..\..\..\packages\uplink.NET.2.1.5\build\net40\uplink.NET.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>Dieses Projekt verweist auf mindestens ein NuGet-Paket, das auf diesem Computer fehlt. Verwenden Sie die Wiederherstellung von NuGet-Paketen, um die fehlenden Dateien herunterzuladen. Weitere Informationen finden Sie unter "http://go.microsoft.com/fwlink/?LinkID=322105". Die fehlende Datei ist "{0}".</ErrorText>
</PropertyGroup>
- <Error Condition="!Exists('..\packages\uplink.NET.2.1.3\build\net40\uplink.NET.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\uplink.NET.2.1.3\build\net40\uplink.NET.targets'))" />
+ <Error Condition="!Exists('..\..\..\..\packages\uplink.NET.2.1.5\build\net40\uplink.NET.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\uplink.NET.2.1.5\build\net40\uplink.NET.targets'))" />
</Target>
</Project> \ No newline at end of file
diff --git a/Duplicati/Library/Backend/Tardigrade/packages.config b/Duplicati/Library/Backend/Tardigrade/packages.config
index 6cc5431bd..3e0da8d53 100644
--- a/Duplicati/Library/Backend/Tardigrade/packages.config
+++ b/Duplicati/Library/Backend/Tardigrade/packages.config
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
- <package id="uplink.NET" version="2.1.3" targetFramework="net462" />
+ <package id="uplink.NET" version="2.1.5" targetFramework="net462" />
</packages> \ No newline at end of file