This is an automated email from the ASF dual-hosted git repository. ptupitsyn pushed a commit to branch ignite-22133-bak in repository https://gitbox.apache.org/repos/asf/ignite-3.git
commit 05f381cc5e90ce2b2d7a370c82f6f15a3ad478c4 Author: Pavel Tupitsyn <ptupit...@apache.org> AuthorDate: Fri Jul 11 11:56:56 2025 +0300 Add Microsoft.EntityFrameworkCore.Relational.Specification.Tests --- .../Apache.Ignite.EntityFrameworkCore.Tests.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/platforms/dotnet/Apache.Ignite.EntityFrameworkCore.Tests/Apache.Ignite.EntityFrameworkCore.Tests.csproj b/modules/platforms/dotnet/Apache.Ignite.EntityFrameworkCore.Tests/Apache.Ignite.EntityFrameworkCore.Tests.csproj index c8a504a5825..a4931240f21 100644 --- a/modules/platforms/dotnet/Apache.Ignite.EntityFrameworkCore.Tests/Apache.Ignite.EntityFrameworkCore.Tests.csproj +++ b/modules/platforms/dotnet/Apache.Ignite.EntityFrameworkCore.Tests/Apache.Ignite.EntityFrameworkCore.Tests.csproj @@ -14,6 +14,7 @@ <PackageReference Include="NUnit3TestAdapter" Version="4.5.0"/> <PackageReference Include="System.Linq.Async" Version="6.0.1"/> <PackageReference Include="NUnit.Analyzers" Version="3.6.1"/> + <PackageReference Include="Microsoft.EntityFrameworkCore.Relational.Specification.Tests" Version="8.0.17" /> </ItemGroup> <ItemGroup>