duplicati/Duplicati/Library/Backend/S3/Duplicati.Library.Backend.S3.csproj
Kenneth Skovhede 1ea74a3c63 Updated to .NET10
2025-11-14 15:05:39 +01:00

27 lines
1.1 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<OutputType>Library</OutputType>
<RootNamespace>Duplicati.Library.Backend</RootNamespace>
<Copyright>Copyright © 2025 Team Duplicati, MIT license</Copyright>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AWSSDK.Core" Version="4.0.0.21" />
<PackageReference Include="AWSSDK.IdentityManagement" Version="4.0.2.6" />
<PackageReference Include="AWSSDK.S3" Version="4.0.6.4" />
<PackageReference Include="Minio" Version="6.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\SourceProvider\Builtin\Duplicati.Library.SourceProvider.Builtin.csproj" />
<ProjectReference Include="..\..\Interface\Duplicati.Library.Interface.csproj" />
<ProjectReference Include="..\..\Localization\Duplicati.Library.Localization.csproj" />
<ProjectReference Include="..\..\Utility\Duplicati.Library.Utility.csproj" />
<ProjectReference Include="..\..\Logging\Duplicati.Library.Logging.csproj" />
</ItemGroup>
</Project>