aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server.Implementations
diff options
context:
space:
mode:
authorNegulici-R. Barnabas <109497789+negulici-r-barnabas@users.noreply.github.com>2022-08-14 08:15:01 +0300
committerGitHub <noreply@github.com>2022-08-14 08:15:01 +0300
commit5196f63d43021367a59deb7701e33bf47ce079f0 (patch)
treeb97e0c7a835542d07072a197d95d89d5b30f2d24 /Jellyfin.Server.Implementations
parentd23116d096261205d1a5bd4bc2a02d62d75db7cd (diff)
parentc7edf8b565e7d52400cf65e747a8e800ecd3a036 (diff)
Merge branch 'jellyfin:master' into master
Diffstat (limited to 'Jellyfin.Server.Implementations')
-rw-r--r--Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj b/Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj
index d7c27542f..678f96083 100644
--- a/Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj
+++ b/Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj
@@ -27,13 +27,13 @@
<ItemGroup>
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
- <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.7" />
- <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.7" />
- <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.7">
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.8" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.8" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.8">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
- <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.7">
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.8">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>