mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-26 22:46:37 -04:00
11 lines
412 B
XML
11 lines
412 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFrameworks>net6.0</TargetFrameworks>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\NzbDrone.Common.Test\Readarr.Common.Test.csproj" />
|
|
<ProjectReference Include="..\NzbDrone.Test.Common\Readarr.Test.Common.csproj" />
|
|
<ProjectReference Include="..\NzbDrone.Windows\Readarr.Windows.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|