2024-02-26 08:24:48 +01:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2018-09-09 16:29:24 +02:00
|
|
|
|
2014-04-05 14:03:44 +02:00
|
|
|
<PropertyGroup>
|
2024-03-01 14:29:54 +01:00
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
2014-04-05 14:03:44 +02:00
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
</PropertyGroup>
|
2018-09-09 16:29:24 +02:00
|
|
|
|
2014-04-05 14:03:44 +02:00
|
|
|
<ItemGroup>
|
2024-02-26 08:24:48 +01:00
|
|
|
<ProjectReference Include="..\..\Duplicati\Library\Utility\Duplicati.Library.Utility.csproj" />
|
2014-04-05 14:03:44 +02:00
|
|
|
</ItemGroup>
|
2018-09-09 16:29:24 +02:00
|
|
|
|
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-02-26 08:24:48 +01:00
|
|
|
</Project>
|