Files
duplicati/Executables/net8/Duplicati.CommandLine.ServerUtil/Duplicati.CommandLine.ServerUtil.csproj
T

24 lines
854 B
XML
Raw Normal View History

2024-07-09 00:37:18 +02:00
<Project Sdk="Microsoft.NET.Sdk">
2021-04-03 13:57:02 +02:00
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<Description>Server CLI implementation of Duplicati</Description>
<Copyright>Copyright © 2025 Team Duplicati, MIT license</Copyright>
2021-04-03 13:57:02 +02:00
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Duplicati\CommandLine\ServerUtil\Duplicati.CommandLine.ServerUtil.csproj" />
2024-11-21 20:23:42 +01:00
<ProjectReference Include="..\..\..\Duplicati\Library\Crashlog\Duplicati.Library.Crashlog.csproj" />
2021-04-03 13:57:02 +02:00
</ItemGroup>
2021-04-03 21:47:54 +02:00
<ItemGroup>
<PackageReference Include="Microsoft.DotNet.Analyzers.Compatibility" Version="0.2.12-alpha">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
2024-07-09 00:37:18 +02:00
</Project>