aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api
diff options
context:
space:
mode:
authorLuke Foust <luke@foust.com>2020-03-26 13:36:18 -0700
committerLuke Foust <luke@foust.com>2020-03-26 13:36:18 -0700
commitae4e727b2457f2bbf111406e87d2341535776c73 (patch)
treed8cac6094b2a5127653607a49c1f42a6a191c0e5 /Jellyfin.Api
parent9bdb99fe92edaf06679ef855eae9f8bb69b970df (diff)
parenta7e7098da68311eb2adac67500abae0d2bd4d69f (diff)
Merge branch 'master' of https://github.com/lfoust/jellyfin into externalid-type
Diffstat (limited to 'Jellyfin.Api')
-rw-r--r--Jellyfin.Api/Jellyfin.Api.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Jellyfin.Api.csproj b/Jellyfin.Api/Jellyfin.Api.csproj
index 4241d9b95e..aaffc32eb4 100644
--- a/Jellyfin.Api/Jellyfin.Api.csproj
+++ b/Jellyfin.Api/Jellyfin.Api.csproj
@@ -8,7 +8,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication" Version="2.2.0" />
- <PackageReference Include="Microsoft.AspNetCore.Authorization" Version="3.1.1" />
+ <PackageReference Include="Microsoft.AspNetCore.Authorization" Version="3.1.2" />
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="5.0.0" />
</ItemGroup>