aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2022-02-08 05:43:53 -0700
committerGitHub <noreply@github.com>2022-02-08 05:43:53 -0700
commit103a8e69a7df99fe403ca5db71952e919ac74069 (patch)
tree44c0ec0022a67856bebe52ba4470a3325cc4ecab
parent75cdfe4dafe726037fb6265becaac78b9d59b7b0 (diff)
parent0c89459d5b18e0a824551d378a7ad18393650506 (diff)
Merge pull request #7282 from jellyfin/dependabot/nuget/System.Linq.Async-6.0.1
Bump System.Linq.Async from 5.1.0 to 6.0.1
-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">