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.7" />
<PackageVersion Include="Microsoft.Extensions.Logging" Version="10.0.7" />
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.7" />
<PackageVersion Include="Refit" Version="10.1.6" />
<PackageVersion Include="Refit" Version="11.0.0" />
<PackageVersion Include="Refit.HttpClientFactory" Version="10.1.6" />
Comment on lines +17 to 18

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

The Refit.HttpClientFactory package version (10.1.6) is now out of sync with the core Refit package (11.0.0). These libraries are tightly coupled and versioned together; mixing major versions typically leads to runtime assembly binding errors or NuGet dependency resolution failures. Update Refit.HttpClientFactory to 11.0.0.

Suggested change
<PackageVersion Include="Refit" Version="11.0.0" />
<PackageVersion Include="Refit.HttpClientFactory" Version="10.1.6" />
<PackageVersion Include="Refit.HttpClientFactory" Version="11.0.0" />


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