2024-07-09 00:37:18 +02:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2018-03-24 17:48:26 +01:00
|
|
|
|
2015-07-01 13:50:07 +02:00
|
|
|
<PropertyGroup>
|
2025-11-14 15:05:39 +01:00
|
|
|
<TargetFramework>net10.0</TargetFramework>
|
2015-07-01 13:50:07 +02:00
|
|
|
<OutputType>Library</OutputType>
|
2025-01-22 21:04:19 +01:00
|
|
|
<Copyright>Copyright © 2025 Team Duplicati, MIT license</Copyright>
|
2025-03-21 16:35:29 +01:00
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
2015-07-01 13:50:07 +02:00
|
|
|
</PropertyGroup>
|
2025-05-16 10:22:51 +02:00
|
|
|
|
2015-07-01 13:50:07 +02:00
|
|
|
<ItemGroup>
|
2024-03-04 12:21:53 +01:00
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
2015-07-01 13:50:07 +02:00
|
|
|
</ItemGroup>
|
2018-03-24 17:48:26 +01:00
|
|
|
|
2015-07-01 13:50:07 +02:00
|
|
|
<ItemGroup>
|
2024-02-25 16:19:25 +01:00
|
|
|
<ProjectReference Include="..\..\Interface\Duplicati.Library.Interface.csproj" />
|
|
|
|
|
<ProjectReference Include="..\..\Localization\Duplicati.Library.Localization.csproj" />
|
2018-03-24 17:48:26 +01:00
|
|
|
<ProjectReference Include="..\..\Utility\Duplicati.Library.Utility.csproj" />
|
|
|
|
|
<ProjectReference Include="..\..\Backend\OAuthHelper\Duplicati.Library.OAuthHelper.csproj" />
|
2015-07-01 13:50:07 +02:00
|
|
|
</ItemGroup>
|
2018-03-24 17:48:26 +01:00
|
|
|
|
2024-07-09 00:37:18 +02:00
|
|
|
</Project>
|