diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2020-06-12 13:34:42 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-12 13:34:42 +0900 |
| commit | 6033058f5124905d8ecf7d68b64fa78bc658247d (patch) | |
| tree | ff72830796461f086c08e5f5f4a694cc7d71ff0f /Jellyfin.Api | |
| parent | 5d3ff25e26f38589d88b888cdb3f402279716822 (diff) | |
| parent | 17ffb689e05b503e973efe82ab95d9e934ac721e (diff) | |
Merge pull request #3313 from crobibero/update-dotnet-core
Update to .NET Core 3.1.5
Diffstat (limited to 'Jellyfin.Api')
| -rw-r--r-- | Jellyfin.Api/Jellyfin.Api.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Jellyfin.Api.csproj b/Jellyfin.Api/Jellyfin.Api.csproj index a8de171ccc..f3016bb3eb 100644 --- a/Jellyfin.Api/Jellyfin.Api.csproj +++ b/Jellyfin.Api/Jellyfin.Api.csproj @@ -14,7 +14,7 @@ <ItemGroup> <PackageReference Include="Microsoft.AspNetCore.Authentication" Version="2.2.0" /> - <PackageReference Include="Microsoft.AspNetCore.Authorization" Version="3.1.4" /> + <PackageReference Include="Microsoft.AspNetCore.Authorization" Version="3.1.5" /> <PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" /> <PackageReference Include="Swashbuckle.AspNetCore" Version="5.0.0" /> </ItemGroup> |
