Skip to content
Merged
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
chore(deps): update dependency stackexchange.redis to 2.11.8
  • Loading branch information
renovate-bot committed Feb 25, 2026
commit 274b296787370eac700e2cfce16d59c50e80543d
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<PackageVersion Include="PublicApiGenerator" Version="11.5.4" />
<PackageVersion Include="RandomDataGenerator.Net" Version="1.0.19.1" />
<PackageVersion Include="Shouldly" Version="4.3.0" />
<PackageVersion Include="StackExchange.Redis" Version="2.11.3" />
<PackageVersion Include="StackExchange.Redis" Version="2.11.8" />
<PackageVersion Include="Sourcy.DotNet" Version="1.1.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
2 changes: 1 addition & 1 deletion examples/CloudShop/CloudShop.Tests/CloudShop.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<ProjectReference Include="..\..\..\TUnit.Assertions.SourceGenerator\TUnit.Assertions.SourceGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
<PackageReference Include="Microsoft.Testing.Platform.MSBuild" Version="2.1.0" />
<PackageReference Include="Npgsql" Version="10.0.1" />
<PackageReference Include="StackExchange.Redis" Version="2.11.3" />
<PackageReference Include="StackExchange.Redis" Version="2.11.8" />
<PackageReference Include="RabbitMQ.Client" Version="7.2.0" />
</ItemGroup>

Expand Down
Loading