-
Notifications
You must be signed in to change notification settings - Fork 0
Bump Microsoft.Extensions.DependencyInjection and Microsoft.Extensions.Logging #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,8 +14,8 @@ | |
| <PackageVersion Include="Microsoft.Extensions.Configuration.UserSecrets" Version="10.0.6" /> | ||
| <PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="10.0.6" /> | ||
| <PackageVersion Include="Microsoft.Extensions.Http" Version="10.0.6" /> | ||
| <PackageVersion Include="Microsoft.Extensions.Logging" Version="10.0.6" /> | ||
| <PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.6" /> | ||
| <PackageVersion Include="Microsoft.Extensions.Logging" Version="10.0.7" /> | ||
| <PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.7" /> | ||
| <PackageVersion Include="Microsoft.Extensions.Logging.Console" Version="10.0.6" /> | ||
| <PackageVersion Include="Microsoft.Extensions.Logging.Debug" Version="10.0.6" /> | ||
|
Comment on lines
+17
to
20
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🟡 MEDIUM RISK In the Microsoft.Extensions ecosystem, related packages (such as Logging, Logging.Console, and Logging.Debug) should be kept on the same version to avoid transitive dependency conflicts or runtime assembly mismatches. Currently, core logging packages are at 10.0.7 while Console and Debug providers remain at 10.0.6. |
||
| <PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.4.0" /> | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⚪ LOW RISK
Suggestion: The PR title and acceptance criteria mention a bump for Microsoft.Extensions.DependencyInjection, but line 15 remains at version 10.0.6. If this update was intended, please apply the following change: