mirror of
https://github.com/Lidarr/Lidarr
synced 2026-04-18 02:31:44 +02:00
8 lines
247 B
XML
8 lines
247 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFrameworks>net8.0</TargetFrameworks>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\NzbDrone.Test.Common\Lidarr.Test.Common.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|