aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2021-09-21 02:11:27 -0400
committerGitHub <noreply@github.com>2021-09-21 02:11:27 -0400
commit18506f7c218b218f58f99f09c10e0ff6b883b663 (patch)
tree3741589fcbc546f036804ab27f685cfa5d0f80be /Jellyfin.Api
parentc38d19682cf6332b830bde14eaf2c6db9aedcbdb (diff)
parente7d6c4550989e960bba8f94f68da1cbc1b7b2006 (diff)
Merge pull request #6569 from crobibero/dotnet-5.0.10
Update to dotnet 5.0.10
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 2fca88f24e..7f4eb0378a 100644
--- a/Jellyfin.Api/Jellyfin.Api.csproj
+++ b/Jellyfin.Api/Jellyfin.Api.csproj
@@ -14,7 +14,7 @@
</PropertyGroup>
<ItemGroup>
- <PackageReference Include="Microsoft.AspNetCore.Authorization" Version="5.0.9" />
+ <PackageReference Include="Microsoft.AspNetCore.Authorization" Version="5.0.10" />
<PackageReference Include="Microsoft.Extensions.Http" Version="5.0.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.1" />
<PackageReference Include="Swashbuckle.AspNetCore.ReDoc" Version="6.2.1" />