Update package references across multiple projects to latest versions#116
Merged
codedesignplus-wliscano merged 1 commit intorcfrom Jul 9, 2025
Merged
Update package references across multiple projects to latest versions#116codedesignplus-wliscano merged 1 commit intorcfrom
codedesignplus-wliscano merged 1 commit intorcfrom
Conversation
- Updated Microsoft.Extensions.* packages from version 9.0.4 to 9.0.7 in various projects. - Updated Microsoft.NET.Test.Sdk from version 17.13.0 to 17.14.1 in test projects. - Updated xunit.runner.visualstudio from version 3.0.2 to 3.1.1 in test projects. - Updated Ductus.FluentDocker and related packages to newer versions. - Updated StackExchange.Redis from version 2.8.31 to 2.8.41. - Updated Grpc.Net.Client and related packages to newer versions. - Updated Confluent.Kafka from version 2.9.0 to 2.11.0. - Updated MongoDB.Driver from version 3.3.0 to 3.4.0. - Updated OpenTelemetry packages to version 1.12.0. - Updated IdentityServer4 and related packages to newer versions.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates various package references across multiple projects to newer versions, ensuring consistency and compatibility. The changes primarily involve upgrading
Microsoft.Extensionspackages, test-related dependencies, and Entity Framework Core packages.Dependency Updates
Microsoft.Extensions Packages:
Microsoft.Extensions.Configuration.Abstractions,Microsoft.Extensions.DependencyInjection.Abstractions,Microsoft.Extensions.Logging.Abstractions,Microsoft.Extensions.Options,Microsoft.Extensions.Options.ConfigurationExtensions, andMicrosoft.Extensions.Options.DataAnnotationsfrom version9.0.4to9.0.7across multiple projects, includingCodeDesignPlus.Net.Cache,CodeDesignPlus.Net.Core,CodeDesignPlus.Net.Criteria,CodeDesignPlus.Net.Event.Sourcing,CodeDesignPlus.Net.EventStore, andCodeDesignPlus.Net.EventStore.PubSub. [1] [2] [3] [4] [5] [6] [7]Entity Framework Core Packages:
Microsoft.EntityFrameworkCore,Microsoft.EntityFrameworkCore.Relational,Microsoft.EntityFrameworkCore.InMemory, andMicrosoft.EntityFrameworkCore.SqlServerfrom version9.0.4to9.0.7inCodeDesignPlus.Net.EFCoreprojects. [1] [2]Test Dependency Updates
Testing Frameworks:
Microsoft.NET.Test.Sdkfrom version17.13.0to17.14.1andxunit.runner.visualstudiofrom version3.0.2to3.1.1across multiple test projects, includingCodeDesignPlus.Net.Cache.Test,CodeDesignPlus.Net.Core.Test,CodeDesignPlus.Net.Criteria.Test,CodeDesignPlus.Net.EFCore.Test,CodeDesignPlus.Net.Event.Sourcing.Test,CodeDesignPlus.Net.EventStore.Test, andCodeDesignPlus.Net.EventStore.PubSub.Test. [1] [2] [3] [4] [5] [6] [7]Microsoft.Extensions.Configuration.Json and Dependency Injection:
Microsoft.Extensions.Configuration.JsonandMicrosoft.Extensions.DependencyInjectionfrom version9.0.4to9.0.7in test projects. [1] [2] [3] [4] [5] [6] [7]These updates enhance compatibility with newer versions of dependencies and ensure the projects remain up-to-date with the latest features and fixes.