32 lines
1.3 KiB
XML
32 lines
1.3 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net5.0</TargetFramework>
|
|
<Version>2.0.0.7</Version>
|
|
|
|
<Copyright>LGPL, Copyright � Duplicati Team 2015</Copyright>
|
|
<Product>Duplicati.Library.UsageReporter</Product>
|
|
<Company>Duplicati Team</Company>
|
|
<Authors>Duplicati Team</Authors>
|
|
<Description>Usage reporter for Duplicati</Description>
|
|
<PackageId>UsageReporter</PackageId>
|
|
<AssemblyName>Duplicati.Library.UsageReporter</AssemblyName>
|
|
<RootNamespace>Duplicati.Library.UsageReporter</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="CoCoL" Version="1.7.1" />
|
|
<PackageReference Include="Microsoft.DotNet.Analyzers.Compatibility" Version="0.2.12-alpha">
|
|
<PrivateAssets>all</PrivateAssets>
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
</PackageReference>
|
|
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\AutoUpdater\Duplicati.Library.AutoUpdater.csproj" />
|
|
<ProjectReference Include="..\Logging\Duplicati.Library.Logging.csproj" />
|
|
<ProjectReference Include="..\Utility\Duplicati.Library.Utility.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project> |