aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-02-07 12:01:03 +0000
committerGitHub <noreply@github.com>2022-02-07 12:01:03 +0000
commit0c89459d5b18e0a824551d378a7ad18393650506 (patch)
treed94b23196404d9fde5512f47c0e519e4f6ea20b7 /Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj
parentb6489e73abd82738d7cb7aa2a5921db865dcd9d9 (diff)
Bump System.Linq.Async from 5.1.0 to 6.0.1
Bumps [System.Linq.Async](https://github.com/dotnet/reactive) from 5.1.0 to 6.0.1. - [Release notes](https://github.com/dotnet/reactive/releases) - [Commits](https://github.com/dotnet/reactive/compare/ixnet-v5.1.0...ixnet-v6.0.1) --- updated-dependencies: - dependency-name: System.Linq.Async dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj')
-rw-r--r--Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj b/Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj
index a83c2e2e4..027b3afad 100644
--- a/Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj
+++ b/Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
- <PackageReference Include="System.Linq.Async" Version="5.1.0" />
+ <PackageReference Include="System.Linq.Async" Version="6.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.1">