aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2022-05-19 19:06:40 -0400
committerJoshua Boniface <joshua@boniface.me>2022-05-20 23:00:15 -0400
commitbc1a78575ada96d23bc662d352e4441bd7b8aa85 (patch)
tree8628f835eb0c4138e6aa94081cce3c5f4a229337 /Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj
parent1b020b8abb77c4844b4a43c4a68cb63f5d672553 (diff)
Merge pull request #7766 from crobibero/dotnet-6.0.5
(cherry picked from commit 71bf56704535d0afa7d4955f03d287d40c9a98a3) Signed-off-by: Joshua Boniface <joshua@boniface.me>
Diffstat (limited to 'Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj')
-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 52df0455d..5c0df4693 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.4" />
- <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.4" />
- <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.4">
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.5" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.5" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.5">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
- <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.4">
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.5">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>