Skip to content

Commit

Permalink
Merge pull request #89 from FoundatioFx/dependabot/nuget/StackExchang…
Browse files Browse the repository at this point in the history
…e.Redis-2.8.24

Bump StackExchange.Redis from 2.8.22 to 2.8.24
  • Loading branch information
niemyjski authored Jan 8, 2025
2 parents e67f9a4 + dd8864c commit c8a9832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Foundatio.Redis/Foundatio.Redis.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PackageReference Include="Foundatio" Version="11.0.6" Condition="'$(ReferenceFoundatioSource)' == '' OR '$(ReferenceFoundatioSource)' == 'false'" />
<ProjectReference Include="..\..\..\Foundatio\src\Foundatio\Foundatio.csproj" Condition="'$(ReferenceFoundatioSource)' == 'true'" />

<PackageReference Include="StackExchange.Redis" Version="2.8.22" />
<PackageReference Include="StackExchange.Redis" Version="2.8.24" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Scripts\*.lua" />
Expand Down

0 comments on commit c8a9832

Please sign in to comment.