chore: update package references to latest versions across multiple projects#103
Merged
codedesignplus merged 1 commit intodevfrom Apr 11, 2025
Merged
Conversation
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 includes updates to various package references across multiple projects to ensure they use the latest versions. The main changes involve updating the versions of several Microsoft.Extensions packages from 9.0.3 to 9.0.4.
Package reference updates:
packages/CodeDesignPlus.Net.Cache/src/CodeDesignPlus.Net.Cache.Abstractions/CodeDesignPlus.Net.Cache.Abstractions.csproj: UpdatedMicrosoft.Extensions.Configuration.AbstractionsandMicrosoft.Extensions.DependencyInjection.Abstractionsto version 9.0.4.packages/CodeDesignPlus.Net.Core/src/CodeDesignPlus.Net.Core/CodeDesignPlus.Net.Core.csproj: UpdatedMicrosoft.Extensions.Logging.Abstractions,Microsoft.Extensions.Options,Microsoft.Extensions.Options.ConfigurationExtensions, andMicrosoft.Extensions.Options.DataAnnotationsto version 9.0.4.packages/CodeDesignPlus.Net.EFCore/src/CodeDesignPlus.Net.EFCore/CodeDesignPlus.Net.EFCore.csproj: UpdatedMicrosoft.Extensions.DependencyInjection.Abstractions,Microsoft.Extensions.Logging.Abstractions,Microsoft.Extensions.Options,Microsoft.Extensions.Options.ConfigurationExtensions, andMicrosoft.Extensions.Options.DataAnnotationsto version 9.0.4.packages/CodeDesignPlus.Net.Event.Sourcing/src/CodeDesignPlus.Net.Event.Sourcing/CodeDesignPlus.Net.Event.Sourcing.csproj: UpdatedMicrosoft.Extensions.Logging.Abstractions,Microsoft.Extensions.Options,Microsoft.Extensions.Options.ConfigurationExtensions, andMicrosoft.Extensions.Options.DataAnnotationsto version 9.0.4.packages/CodeDesignPlus.Net.File.Storage/src/CodeDesignPlus.Net.File.Storage/CodeDesignPlus.Net.File.Storage.csproj: UpdatedMicrosoft.Extensions.Hosting,Microsoft.Extensions.Logging.Abstractions,Microsoft.Extensions.Options,Microsoft.Extensions.Options.ConfigurationExtensions, andMicrosoft.Extensions.Options.DataAnnotationsto version 9.0.4.These updates are made to ensure compatibility and take advantage of the latest improvements and bug fixes in the dependencies.