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-07-31 20:20:03 +0300
committerBlueBlock <danb@pobox.com>2019-07-31 20:20:03 +0300
commit815e30b63b134705eaab4cde5fe33716fb902e40 (patch)
tree0775854a19976df985970cda7a905554d819d065 /Duplicati/Library/Backend/S3/Duplicati.Library.Backend.S3.csproj
parent50e6d058b0b3c0d40417f2e35c59f68e56b54df9 (diff)
update csproj toolverion and nuget packages
Diffstat (limited to 'Duplicati/Library/Backend/S3/Duplicati.Library.Backend.S3.csproj')
-rw-r--r--Duplicati/Library/Backend/S3/Duplicati.Library.Backend.S3.csproj12
1 files changed, 6 insertions, 6 deletions
diff --git a/Duplicati/Library/Backend/S3/Duplicati.Library.Backend.S3.csproj b/Duplicati/Library/Backend/S3/Duplicati.Library.Backend.S3.csproj
index f00fdf5b8..72b0f507d 100644
--- a/Duplicati/Library/Backend/S3/Duplicati.Library.Backend.S3.csproj
+++ b/Duplicati/Library/Backend/S3/Duplicati.Library.Backend.S3.csproj
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="15.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -37,13 +37,13 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="AWSSDK.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=885c28607f98e604, processorArchitecture=MSIL">
- <HintPath>..\..\..\..\packages\AWSSDK.Core.3.3.103.17\lib\net45\AWSSDK.Core.dll</HintPath>
+ <HintPath>..\..\..\..\packages\AWSSDK.Core.3.3.103.18\lib\net45\AWSSDK.Core.dll</HintPath>
</Reference>
<Reference Include="AWSSDK.IdentityManagement, Version=3.3.0.0, Culture=neutral, PublicKeyToken=885c28607f98e604, processorArchitecture=MSIL">
- <HintPath>..\..\..\..\packages\AWSSDK.IdentityManagement.3.3.103.6\lib\net45\AWSSDK.IdentityManagement.dll</HintPath>
+ <HintPath>..\..\..\..\packages\AWSSDK.IdentityManagement.3.3.103.7\lib\net45\AWSSDK.IdentityManagement.dll</HintPath>
</Reference>
<Reference Include="AWSSDK.S3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=885c28607f98e604, processorArchitecture=MSIL">
- <HintPath>..\..\..\..\packages\AWSSDK.S3.3.3.104.5\lib\net45\AWSSDK.S3.dll</HintPath>
+ <HintPath>..\..\..\..\packages\AWSSDK.S3.3.3.104.6\lib\net45\AWSSDK.S3.dll</HintPath>
</Reference>
<Reference Include="System" />
</ItemGroup>
@@ -83,8 +83,8 @@
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
- <Analyzer Include="..\..\..\..\packages\AWSSDK.IdentityManagement.3.3.103.6\analyzers\dotnet\cs\AWSSDK.IdentityManagement.CodeAnalysis.dll" />
- <Analyzer Include="..\..\..\..\packages\AWSSDK.S3.3.3.104.5\analyzers\dotnet\cs\AWSSDK.S3.CodeAnalysis.dll" />
+ <Analyzer Include="..\..\..\..\packages\AWSSDK.IdentityManagement.3.3.103.7\analyzers\dotnet\cs\AWSSDK.IdentityManagement.CodeAnalysis.dll" />
+ <Analyzer Include="..\..\..\..\packages\AWSSDK.S3.3.3.104.6\analyzers\dotnet\cs\AWSSDK.S3.CodeAnalysis.dll" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.