Files
duplicati/ReleaseBuilder/ReleaseBuilder.csproj
2024-07-09 00:37:18 +02:00

24 lines
804 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Copyright>Copyright © 2024 Team Duplicati, MIT license</Copyright>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AWSSDK.S3" Version="3.7.307.14" />
<PackageReference Include="SharpAESCrypt.dll" Version="1.3.4" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
<PackageReference Include="System.CommandLine.NamingConventionBinder" Version="2.0.0-beta4.22272.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Duplicati\Library\AutoUpdater\Duplicati.Library.AutoUpdater.csproj" />
</ItemGroup>
</Project>