2024-02-25 16:19:25 +01:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2018-03-24 17:48:26 +01:00
|
|
|
|
2015-07-01 13:50:07 +02:00
|
|
|
<PropertyGroup>
|
2024-03-01 14:29:54 +01:00
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
2015-07-01 13:50:07 +02:00
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<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
|
|
|
|
2015-07-01 13:50:07 +02:00
|
|
|
<ItemGroup>
|
2021-04-03 21:47:54 +02:00
|
|
|
<PackageReference Include="Microsoft.DotNet.Analyzers.Compatibility" Version="0.2.12-alpha">
|
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
|
</PackageReference>
|
2016-01-29 10:47:39 +01:00
|
|
|
</ItemGroup>
|
2021-04-03 21:47:54 +02:00
|
|
|
|
2015-07-01 13:50:07 +02:00
|
|
|
</Project>
|