2019-08-16 18:39:35 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
<PropertyGroup>
|
2021-07-30 04:47:53 +00:00
|
|
|
|
<TargetFrameworks>net6.0</TargetFrameworks>
|
2019-08-16 18:39:35 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2021-08-04 04:00:28 +00:00
|
|
|
|
<PackageReference Include="Dapper" Version="2.0.123" />
|
2024-02-19 04:32:43 +00:00
|
|
|
|
<PackageReference Include="GitHubActionsTestLogger" Version="2.3.3" />
|
2021-07-30 04:47:53 +00:00
|
|
|
|
<PackageReference Include="NBuilder" Version="6.1.0" />
|
2021-11-12 19:45:54 +00:00
|
|
|
|
<PackageReference Include="System.Data.SQLite.Core.Servarr" Version="1.0.115.5-18" />
|
2019-08-16 18:39:35 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\NzbDrone.Test.Common\Sonarr.Test.Common.csproj" />
|
|
|
|
|
<ProjectReference Include="..\NzbDrone.Core\Sonarr.Core.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="..\..\Logo\1024.png">
|
|
|
|
|
<Link>Files\1024.png</Link>
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Update="Files\**\*.*">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|