Browse Source

Bump Microsoft.AspNetCore.Authorization from 5.0.3 to 5.0.5

Bumps [Microsoft.AspNetCore.Authorization](https://github.com/dotnet/aspnetcore) from 5.0.3 to 5.0.5.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Commits](https://github.com/dotnet/aspnetcore/compare/v5.0.3...v5.0.5)

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 4 years ago
parent
commit
e85ac4d975
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Jellyfin.Api/Jellyfin.Api.csproj

+ 1 - 1
Jellyfin.Api/Jellyfin.Api.csproj

@@ -15,7 +15,7 @@
   </PropertyGroup>
 
   <ItemGroup>
-    <PackageReference Include="Microsoft.AspNetCore.Authorization" Version="5.0.3" />
+    <PackageReference Include="Microsoft.AspNetCore.Authorization" Version="5.0.5" />
     <PackageReference Include="Microsoft.Extensions.Http" Version="5.0.0" />
     <PackageReference Include="Swashbuckle.AspNetCore" Version="6.0.7" />
     <PackageReference Include="Swashbuckle.AspNetCore.ReDoc" Version="6.0.7" />