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
4 changes: 2 additions & 2 deletions code/K9Crush-scaffold/K9Crush/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
same version number across WolverineFx/.RabbitMQ/.Marten/.Http -
this lockstep pattern is now confirmed real (Http/Marten both
independently resolved to 6.17.2 in your restore log) -->
<PackageVersion Include="WolverineFx" Version="6.23.1" /> <!-- [confirmed real - Dependabot PRs #27/#29/#30, 2026-07-31] -->
<PackageVersion Include="WolverineFx" Version="6.24.5" /> <!-- [confirmed real - Dependabot PRs #27/#29/#30, 2026-07-31] -->
<PackageVersion Include="WolverineFx.RabbitMQ" Version="6.23.1" /> <!-- [confirmed real - Dependabot PR #29, 2026-07-31] -->
<PackageVersion Include="WolverineFx.Marten" Version="6.23.1" /> <!-- [confirmed real - Dependabot PR #28, 2026-07-31] -->
<PackageVersion Include="WolverineFx.Http" Version="6.23.1" /> <!-- [confirmed real - Dependabot PR #27, 2026-07-31] -->
<PackageVersion Include="WolverineFx.RuntimeCompilation" Version="6.23.1" /> <!-- [confirmed real - Dependabot PR #30, 2026-07-31] Dev-time only - see Program.cs comment; production should move to pre-generated static codegen instead of shipping this -->
<PackageVersion Include="WolverineFx.RuntimeCompilation" Version="6.24.5" /> <!-- [confirmed real - Dependabot PR #30, 2026-07-31] Dev-time only - see Program.cs comment; production should move to pre-generated static codegen instead of shipping this -->

<!-- Referenced directly (not just transitively via WolverineFx.RabbitMQ)
because Program.cs registers RabbitMQ.Client.IConnection itself for
Expand Down