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:
authorKenneth Skovhede <kenneth@hexad.dk>2016-04-25 18:28:06 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2016-04-25 18:28:06 +0300
commit91c6e24e272bbe2b4b198279e7c886bb2210edea (patch)
treec0306cbf657e3f1c55a4fd9842aa4e3c68f1f920 /thirdparty
parent90324b67da1f1f3595d1690e5f9f5c512d7ef934 (diff)
Updated UnixSupport to depend on .Net 4.5 instead of 2.0
Diffstat (limited to 'thirdparty')
-rw-r--r--thirdparty/UnixSupport/UnixSupport.csproj2
-rwxr-xr-xthirdparty/UnixSupport/UnixSupport.dllbin8192 -> 8192 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/UnixSupport/UnixSupport.csproj b/thirdparty/UnixSupport/UnixSupport.csproj
index 66f10790c..04faad067 100644
--- a/thirdparty/UnixSupport/UnixSupport.csproj
+++ b/thirdparty/UnixSupport/UnixSupport.csproj
@@ -9,7 +9,7 @@
<OutputType>Library</OutputType>
<RootNamespace>UnixSupport</RootNamespace>
<AssemblyName>UnixSupport</AssemblyName>
- <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+ <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>Duplicati.snk</AssemblyOriginatorKeyFile>
<ReleaseVersion>1.0</ReleaseVersion>
diff --git a/thirdparty/UnixSupport/UnixSupport.dll b/thirdparty/UnixSupport/UnixSupport.dll
index da54cd4de..3c1fc9a21 100755
--- a/thirdparty/UnixSupport/UnixSupport.dll
+++ b/thirdparty/UnixSupport/UnixSupport.dll
Binary files differ