This is an automated email from the ASF dual-hosted git repository.
apolovtsev pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/main by this push:
new 7bba5dba402 Bump Microsoft.Extensions.DependencyInjection.Abstractions
and Microsoft.Extensions.Logging.Abstractions (#7168)
7bba5dba402 is described below
commit 7bba5dba402f187ee7c0897ea1aa03560babba64
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 8 10:21:41 2025 +0200
Bump Microsoft.Extensions.DependencyInjection.Abstractions and
Microsoft.Extensions.Logging.Abstractions (#7168)
Signed-off-by: Aleksandr Polovtsev <[email protected]>
Co-authored-by: Aleksandr Polovtsev <[email protected]>
---
modules/platforms/dotnet/Apache.Ignite/Apache.Ignite.csproj | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/platforms/dotnet/Apache.Ignite/Apache.Ignite.csproj
b/modules/platforms/dotnet/Apache.Ignite/Apache.Ignite.csproj
index b9160d9f014..190b2bc40a4 100644
--- a/modules/platforms/dotnet/Apache.Ignite/Apache.Ignite.csproj
+++ b/modules/platforms/dotnet/Apache.Ignite/Apache.Ignite.csproj
@@ -34,8 +34,8 @@
<PackageReference Include="JetBrains.Annotations" Version="2025.2.4"
PrivateAssets="all" />
<PackageReference Include="NodaTime" Version="[3.*,)" />
<PackageReference Include="Remotion.Linq" Version="2.2.0" />
- <PackageReference Include="Microsoft.Extensions.Logging.Abstractions"
Version="[6.*,)" />
- <PackageReference
Include="Microsoft.Extensions.DependencyInjection.Abstractions"
Version="[8.*,)" />
+ <PackageReference Include="Microsoft.Extensions.Logging.Abstractions"
Version="9.0.11" />
+ <PackageReference
Include="Microsoft.Extensions.DependencyInjection.Abstractions"
Version="9.0.11" />
</ItemGroup>
<ItemGroup>