diff options
| author | Anthony Lavado <anthony@lavado.ca> | 2020-09-03 11:47:13 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-03 11:47:13 -0400 |
| commit | 0712a7ef11c24c2aa51bbfa74dfa311af24c90bb (patch) | |
| tree | 807660528f6117b151288645119af4227286433b /Jellyfin.Api | |
| parent | 3711a1978e8a400aa28dd75ce8ffb08ac43106e1 (diff) | |
| parent | 5ad81f7fe6e37a7e513c3b06c5bed7a229704bbc (diff) | |
Merge pull request #3886 from crobibero/3.1.7
bump deps
Diffstat (limited to 'Jellyfin.Api')
| -rw-r--r-- | Jellyfin.Api/Jellyfin.Api.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Jellyfin.Api/Jellyfin.Api.csproj b/Jellyfin.Api/Jellyfin.Api.csproj index 24bc07b666..ca0542b036 100644 --- a/Jellyfin.Api/Jellyfin.Api.csproj +++ b/Jellyfin.Api/Jellyfin.Api.csproj @@ -14,9 +14,9 @@ <ItemGroup> <PackageReference Include="Microsoft.AspNetCore.Authentication" Version="2.2.0" /> - <PackageReference Include="Microsoft.AspNetCore.Authorization" Version="3.1.6" /> + <PackageReference Include="Microsoft.AspNetCore.Authorization" Version="3.1.7" /> <PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" /> - <PackageReference Include="Microsoft.Extensions.Http" Version="3.1.6" /> + <PackageReference Include="Microsoft.Extensions.Http" Version="3.1.7" /> <PackageReference Include="Swashbuckle.AspNetCore" Version="5.5.1" /> <PackageReference Include="Swashbuckle.AspNetCore.ReDoc" Version="5.5.1" /> </ItemGroup> |
