Merge pull request #47 from jellyfin/renovate/dotnet-monorepo

Update dependency Microsoft.AspNetCore.Authorization to v8.0.5
This commit is contained in:
Patrick Barron 2024-05-25 15:39:26 -04:00 committed by GitHub
commit a4a681ed34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@
<ItemGroup>
<PackageReference Include="Jellyfin.Controller" Version="10.*-*" />
<PackageReference Include="Jellyfin.Model" Version="10.*-*" />
<PackageReference Include="Microsoft.AspNetCore.Authorization" Version="8.0.4" />
<PackageReference Include="Microsoft.AspNetCore.Authorization" Version="8.0.5" />
</ItemGroup>
<ItemGroup>