Skip to content

Commit

Permalink
Fix slow queries by updating ef projectable
Browse files Browse the repository at this point in the history
  • Loading branch information
zoriya committed Nov 6, 2023
1 parent 6b4468b commit fa47ccf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion back/src/Kyoo.Abstractions/Kyoo.Abstractions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="Autofac" Version="7.1.0" />
<PackageReference Include="EntityFrameworkCore.Projectables" Version="4.1.1-prebeta" />
<PackageReference Include="EntityFrameworkCore.Projectables" Version="4.1.2-prebeta" />
<PackageReference Include="JetBrains.Annotations" Version="2023.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Abstractions" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="7.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion back/src/Kyoo.Postgresql/Kyoo.Postgresql.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<ItemGroup>
<PackageReference Include="EFCore.NamingConventions" Version="7.0.2" />
<PackageReference Include="EntityFrameworkCore.Projectables" Version="4.1.1-prebeta" />
<PackageReference Include="EntityFrameworkCore.Projectables" Version="4.1.2-prebeta" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.12">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit fa47ccf

Please sign in to comment.