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
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

<!-- Runtime dependencies -->
<PackageVersion Include="Microsoft.Extensions.Http" Version="10.0.8" />
<PackageVersion Include="Microsoft.Extensions.Logging" Version="10.0.8" />
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.8" />
<PackageVersion Include="Microsoft.Extensions.Logging" 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 only a subset of Microsoft.Extensions packages creates version inconsistencies within the project. Related dependencies like Microsoft.Extensions.Http (line 14) and Microsoft.Extensions.Logging.Console (line 27) are currently mismatched with the core logging updates. These should be managed as a single suite to ensure compatibility and avoid potential runtime binding issues.

<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.9" />
<PackageVersion Include="Refit" Version="11.0.1" />
<PackageVersion Include="Refit.HttpClientFactory" Version="11.0.1" />

Expand Down
Loading