Skip to content

Commit 57fc4a5

Browse files
Bump StackExchange.Redis (#44076)
Bumps the dotnet group in /docs/ai/how-to/snippets/semantic-kernel with 1 update: [StackExchange.Redis](https://github.com/StackExchange/StackExchange.Redis). Updates `StackExchange.Redis` from 2.8.22 to 2.8.24 - [Release notes](https://github.com/StackExchange/StackExchange.Redis/releases) - [Changelog](https://github.com/StackExchange/StackExchange.Redis/blob/main/docs/ReleaseNotes.md) - [Commits](StackExchange/StackExchange.Redis@2.8.22...2.8.24) --- updated-dependencies: - dependency-name: StackExchange.Redis dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 89946d5 commit 57fc4a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ai/how-to/snippets/semantic-kernel/semantic-kernel.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<PackageReference Include="Microsoft.SemanticKernel.Connectors.AzureAISearch" Version="1.9.0-alpha" />
2020
<PackageReference Include="Microsoft.SemanticKernel.Connectors.Redis" Version="1.9.0-alpha" />
2121
<PackageReference Include="Microsoft.SemanticKernel.Plugins.Memory" Version="1.9.0-alpha" />
22-
<PackageReference Include="StackExchange.Redis" Version="2.8.22" />
22+
<PackageReference Include="StackExchange.Redis" Version="2.8.24" />
2323
</ItemGroup>
2424

2525
</Project>

0 commit comments

Comments
 (0)