2019-09-02 20:27:49 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
2019-12-05 21:41:55 +00:00
|
|
|
<TargetFrameworks>net462;netcoreapp3.1</TargetFrameworks>
|
2019-09-02 20:27:49 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\NzbDrone.Common.Test\Radarr.Common.Test.csproj" />
|
|
|
|
<ProjectReference Include="..\NzbDrone.Test.Common\Radarr.Test.Common.csproj" />
|
|
|
|
<ProjectReference Include="..\NzbDrone.Windows\Radarr.Windows.csproj" />
|
|
|
|
</ItemGroup>
|
2019-10-14 21:42:30 +00:00
|
|
|
</Project>
|