Lidarr/src/NzbDrone.Libraries.Test/Lidarr.Libraries.Test.csproj

10 lines
276 B
XML
Raw Normal View History

2019-08-22 21:28:51 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net462</TargetFramework>
<Platforms>x86</Platforms>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\NzbDrone.Test.Common\Lidarr.Test.Common.csproj" />
</ItemGroup>
</Project>