Skip to content

Commit 9648b73

Browse files
Bump the dotnet group (#43821)
Bumps the dotnet group in /docs/ai/how-to/snippets/semantic-kernel with 2 updates: [Microsoft.SemanticKernel](https://github.com/microsoft/semantic-kernel) and [StackExchange.Redis](https://github.com/StackExchange/StackExchange.Redis). Updates `Microsoft.SemanticKernel` from 1.30.0 to 1.31.0 - [Release notes](https://github.com/microsoft/semantic-kernel/releases) - [Commits](microsoft/semantic-kernel@dotnet-1.30.0...dotnet-1.31.0) Updates `StackExchange.Redis` from 2.8.16 to 2.8.22 - [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.16...2.8.22) --- updated-dependencies: - dependency-name: Microsoft.SemanticKernel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - 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 e8f31db commit 9648b73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.0" />
1616
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="9.0.0" />
1717
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="9.0.0" />
18-
<PackageReference Include="Microsoft.SemanticKernel" Version="1.30.0" />
18+
<PackageReference Include="Microsoft.SemanticKernel" Version="1.31.0" />
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.16" />
22+
<PackageReference Include="StackExchange.Redis" Version="2.8.22" />
2323
</ItemGroup>
2424

2525
</Project>

0 commit comments

Comments
 (0)