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 14ca4db6f1f158f01a123d99f0cbfff9bd80dcfb Author: Pavel Tupitsyn <[email protected]> AuthorDate: Fri Jul 11 13:11:09 2025 +0300 wip tests --- .../Apache.Ignite.EntityFrameworkCore.FunctionalTests.csproj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/platforms/dotnet/Apache.Ignite.EntityFrameworkCore.FunctionalTests/Apache.Ignite.EntityFrameworkCore.FunctionalTests.csproj b/modules/platforms/dotnet/Apache.Ignite.EntityFrameworkCore.FunctionalTests/Apache.Ignite.EntityFrameworkCore.FunctionalTests.csproj index 02a77c0a544..0896d9ab85d 100644 --- a/modules/platforms/dotnet/Apache.Ignite.EntityFrameworkCore.FunctionalTests/Apache.Ignite.EntityFrameworkCore.FunctionalTests.csproj +++ b/modules/platforms/dotnet/Apache.Ignite.EntityFrameworkCore.FunctionalTests/Apache.Ignite.EntityFrameworkCore.FunctionalTests.csproj @@ -16,6 +16,10 @@ <PackageReference Include="xunit.runner.visualstudio" Version="2.5.3"/> <PackageReference Include="Microsoft.EntityFrameworkCore.Relational.Specification.Tests" Version="8.0.17" /> + + <!-- Override vulnerable dependencies of Microsoft.EntityFrameworkCore.Relational.Specification.Tests --> + <PackageReference Include="System.Net.Http" Version="4.3.4" /> + <PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" /> </ItemGroup> <ItemGroup>
