2025-01-17 08:57:02 +01:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2025-02-10 21:37:52 +01:00
|
|
|
<OutputType>Library</OutputType>
|
2025-01-17 08:57:02 +01:00
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
|
|
|
<ImplicitUsings>disable</ImplicitUsings>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2025-01-22 09:37:28 +01:00
|
|
|
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
|
2025-02-07 08:51:41 +01:00
|
|
|
<PackageReference Include="System.CommandLine.NamingConventionBinder" Version="2.0.0-beta4.22272.1" />
|
2025-01-17 08:57:02 +01:00
|
|
|
</ItemGroup>
|
2025-05-16 10:15:31 +02:00
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\..\Duplicati\Library\Main\Duplicati.Library.Main.csproj" />
|
|
|
|
|
<ProjectReference Include="..\..\Duplicati\CommandLine\CLI\Duplicati.CommandLine.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2025-01-17 08:57:02 +01:00
|
|
|
</Project>
|