Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<!-- Main library -->
<ItemGroup>
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.8" />
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.9" />

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 MEDIUM RISK

Suggestion: Updating Microsoft.Extensions.Logging.Abstractions without synchronizing related packages (such as Microsoft.Extensions.Logging, Microsoft.Extensions.Logging.Console, and Microsoft.Extensions.DependencyInjection) may lead to version mismatch issues, including NuGet warnings (NU1605) or runtime assembly load errors. It is recommended to update all related Microsoft.Extensions.* packages in Directory.Packages.props to the same version.

<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="10.0.300" />
</ItemGroup>

Expand Down
Loading