Skip to content
Closed
Show file tree
Hide file tree
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 code/K9Crush-scaffold/K9Crush/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
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] -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<ItemGroup>
<PackageReference Include="Marten" />
<PackageReference Include="WolverineFx" />
<PackageReference Include="WolverineFx.Marten" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="WolverineFx" />
<ProjectReference Include="..\K9Crush.BuildingBlocks.Domain\K9Crush.BuildingBlocks.Domain.csproj" />
<ProjectReference Include="..\K9Crush.BuildingBlocks.Persistence\K9Crush.BuildingBlocks.Persistence.csproj" />
</ItemGroup>
Expand Down