aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2022-06-23 09:13:35 -0400
committerJoshua Boniface <joshua@boniface.me>2022-06-29 01:26:36 -0400
commit3061446c8757d3f4f654e8b82d9bb5963f7adc06 (patch)
tree565bc2c8d49313fdc869cc88d61ebcf8d803e1d2 /Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj
parent7dab8b8f88d413fcb7833b7bdf47f17844b33271 (diff)
Merge pull request #7984 from crobibero/dotnet-6.0.6
Upgrade to dotnet 6.0.6, update remaining dependencies (cherry picked from commit 56e7b323de3e993ba79ed86ef7e9a10f79693156) 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 5c0df4693..71614dce5 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.5" />
- <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.5" />
- <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.5">
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.6" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.6" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.6">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
- <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.5">
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.6">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>