aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Controller.Test/Jellyfin.Controller.Test.csproj
diff options
context:
space:
mode:
authorBen Magee <ben@bmagee.com>2018-12-12 21:54:30 +0000
committerBen Magee <ben@bmagee.com>2018-12-12 21:54:30 +0000
commite7b6deb181f25be957d99fa598eff94e252282b2 (patch)
tree111363a92f7ed024a914c21f67b9652cb86132ef /tests/Jellyfin.Controller.Test/Jellyfin.Controller.Test.csproj
parent3dc0985bbd7575276a51bb4fa2c4e832afb35824 (diff)
Project references
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>