aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Controller.Test/Jellyfin.Controller.Test.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Jellyfin.Controller.Test/Jellyfin.Controller.Test.csproj')
-rw-r--r--tests/Jellyfin.Controller.Test/Jellyfin.Controller.Test.csproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Jellyfin.Controller.Test/Jellyfin.Controller.Test.csproj b/tests/Jellyfin.Controller.Test/Jellyfin.Controller.Test.csproj
index 85357d199..707174c2d 100644
--- a/tests/Jellyfin.Controller.Test/Jellyfin.Controller.Test.csproj
+++ b/tests/Jellyfin.Controller.Test/Jellyfin.Controller.Test.csproj
@@ -16,4 +16,8 @@
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" />
</ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\..\MediaBrowser.Controller\MediaBrowser.Controller.csproj" />
+ </ItemGroup>
+
</Project>