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
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<PackageVersion Include="Sourcy.DotNet" Version="1.1.1" />
<PackageVersion Include="Spectre.Console" Version="0.57.2" />
<PackageVersion Include="Microsoft.AspNetCore.SignalR.Client" Version="10.0.10" />
<PackageVersion Include="StackExchange.Redis" Version="3.1.3" />
<PackageVersion Include="StackExchange.Redis" Version="3.1.13" />

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Pin the dependency to the reviewed 3.1.11 release

This dependency-update commit and its release notes explicitly identify 3.1.11 as the target, but the central pin installs 3.1.13 for both Redis integration projects. As a result, builds consume a different package release whose intervening changes were not documented or reviewed here; either pin 3.1.11 as proposed or update the commit's review material to cover 3.1.13.

Useful? React with 👍 / 👎.

<PackageVersion Include="StyleCop.Analyzers" Version="1.2.0-beta.556" />
<PackageVersion Include="TestableIO.System.IO.Abstractions" Version="22.2.0" />
<PackageVersion Include="TestableIO.System.IO.Abstractions.TestingHelpers" Version="22.2.0" />
Expand Down
Loading