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 @@ -14,7 +14,7 @@
<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="Refit" Version="11.0.1" />
<PackageVersion Include="Refit" Version="12.0.0" />
<PackageVersion Include="Refit.HttpClientFactory" Version="11.0.1" />

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🔴 HIGH RISK

Updating 'Refit' to 12.0.0 while leaving its companion package 'Refit.HttpClientFactory' at 11.0.1 creates a version mismatch. These packages are part of the same library ecosystem and should be kept in sync to avoid runtime assembly binding issues or incompatible API surfaces.

Suggested change
<PackageVersion Include="Refit.HttpClientFactory" Version="11.0.1" />
<PackageVersion Include="Refit.HttpClientFactory" Version="12.0.0" />


<!-- Test dependencies -->
Expand Down
Loading