This is an automated email from the ASF dual-hosted git repository.
ptupitsyn 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 b60a4e728b Bump Microsoft.Extensions.Logging.Console in
/modules/platforms/dotnet (#4718)
b60a4e728b is described below
commit b60a4e728b26892f206340396b4ea1ad57ae60be
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 18 15:36:06 2024 +0200
Bump Microsoft.Extensions.Logging.Console in /modules/platforms/dotnet
(#4718)
Bumps
[Microsoft.Extensions.Logging.Console](https://github.com/dotnet/runtime) from
8.0.1 to 9.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/compare/v8.0.1...v9.0.0)
---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Logging.Console
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: Pavel Tupitsyn <[email protected]>
Co-authored-by: Pavel Tupitsyn <[email protected]>
---
modules/platforms/dotnet/Apache.Ignite.Tests/Apache.Ignite.Tests.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/modules/platforms/dotnet/Apache.Ignite.Tests/Apache.Ignite.Tests.csproj
b/modules/platforms/dotnet/Apache.Ignite.Tests/Apache.Ignite.Tests.csproj
index 17a10985fa..a236d8ead3 100644
--- a/modules/platforms/dotnet/Apache.Ignite.Tests/Apache.Ignite.Tests.csproj
+++ b/modules/platforms/dotnet/Apache.Ignite.Tests/Apache.Ignite.Tests.csproj
@@ -31,7 +31,7 @@
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
<PackageReference Include="NUnit.Analyzers" Version="3.6.1" />
- <PackageReference Include="Microsoft.Extensions.Logging.Console"
Version="8.0.1" />
+ <PackageReference Include="Microsoft.Extensions.Logging.Console"
Version="9.0.0" />
<!-- Test-only dependency to use as a reference implementation. -->
<PackageReference Include="MessagePack" Version="2.5.192" />