aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBen Magee <ben@bmagee.com>2019-12-22 22:39:29 +0000
committerBen Magee <ben@bmagee.com>2019-12-22 22:39:29 +0000
commit8d06d0dbdf7bbb156df0c002f2f0af6806be2b8b (patch)
tree1e08b9f605902d3b90d87c55336358aaea5642d0 /tests
parent8c4e679ff4c78e5361d14f151bf4d40b2312478c (diff)
Removed unneeded dependency
Diffstat (limited to 'tests')
-rw-r--r--tests/Jellyfin.Api.Tests/Jellyfin.Api.Tests.csproj6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/Jellyfin.Api.Tests/Jellyfin.Api.Tests.csproj b/tests/Jellyfin.Api.Tests/Jellyfin.Api.Tests.csproj
index 208a7bb30..ac54cb26e 100644
--- a/tests/Jellyfin.Api.Tests/Jellyfin.Api.Tests.csproj
+++ b/tests/Jellyfin.Api.Tests/Jellyfin.Api.Tests.csproj
@@ -22,10 +22,4 @@
<ProjectReference Include="../../Jellyfin.Api/Jellyfin.Api.csproj" />
</ItemGroup>
- <ItemGroup>
- <Reference Include="Microsoft.AspNetCore.Authentication, Version=3.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60">
- <HintPath>..\..\..\..\..\..\usr\local\share\dotnet\packs\Microsoft.AspNetCore.App.Ref\3.0.0\ref\netcoreapp3.0\Microsoft.AspNetCore.Authentication.dll</HintPath>
- </Reference>
- </ItemGroup>
-
</Project>