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>
|
2021-07-30 04:47:53 +00:00
|
|
|
|
<!--
|
|
|
|
|
The netstandard veresion here doesn't work in net framework
|
|
|
|
|
See https://github.com/xamarin/XamarinComponents/issues/282
|
|
|
|
|
-->
|
|
|
|
|
<ItemGroup>
|
2021-11-12 19:45:54 +00:00
|
|
|
|
<PackageReference Include="Mono.Posix.NETStandard" Version="5.20.1.34-servarr18" />
|
2021-07-30 04:47:53 +00:00
|
|
|
|
</ItemGroup>
|
2019-08-16 18:39:35 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\NzbDrone.Common.Test\Sonarr.Common.Test.csproj" />
|
|
|
|
|
<ProjectReference Include="..\NzbDrone.Mono\Sonarr.Mono.csproj" />
|
2021-07-30 04:47:53 +00:00
|
|
|
|
<ProjectReference Include="..\NzbDrone.Test.Common\Sonarr.Test.Common.csproj" />
|
2019-08-16 18:39:35 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Update="Files\**\*.*">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2021-08-04 04:00:28 +00:00
|
|
|
|
</ItemGroup>
|
2019-08-16 18:39:35 +00:00
|
|
|
|
</Project>
|