Skip to content
Open
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.6" />
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.7" />
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: The update to version 10.0.7 for the Abstractions package creates a version mismatch with other Microsoft.Extensions packages in this file that are still at 10.0.6. These should be updated together to ensure framework consistency. Try running the following prompt in your coding agent: > Update all Microsoft.Extensions.* package versions in Directory.Packages.props to 10.0.7.

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

Expand Down
Loading