diff options
| author | Bond-009 <bond.009@outlook.com> | 2020-12-23 11:51:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-23 11:51:41 +0100 |
| commit | 3a452463fc23a5b22fc6503ccf1f1db2e3b7f52f (patch) | |
| tree | 4be7646e51646cede2e93540ae77a0e5530dc2ea /Jellyfin.Api | |
| parent | e36881f4fd891176392b6eee8019deac038ade61 (diff) | |
| parent | 1dac2226c4d12c5ccb9bed83c8b6cceab8dbff09 (diff) | |
Merge pull request #4849 from crobibero/clean-deps
Remove unused dependencies
Diffstat (limited to 'Jellyfin.Api')
| -rw-r--r-- | Jellyfin.Api/Jellyfin.Api.csproj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Jellyfin.Api/Jellyfin.Api.csproj b/Jellyfin.Api/Jellyfin.Api.csproj index b4f2817f71..f01f50cea7 100644 --- a/Jellyfin.Api/Jellyfin.Api.csproj +++ b/Jellyfin.Api/Jellyfin.Api.csproj @@ -15,9 +15,7 @@ </PropertyGroup> <ItemGroup> - <PackageReference Include="Microsoft.AspNetCore.Authentication" Version="2.2.0" /> <PackageReference Include="Microsoft.AspNetCore.Authorization" Version="5.0.1" /> - <PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" /> <PackageReference Include="Microsoft.Extensions.Http" Version="5.0.0" /> <PackageReference Include="Swashbuckle.AspNetCore" Version="5.6.3" /> <PackageReference Include="Swashbuckle.AspNetCore.ReDoc" Version="5.6.3" /> |
