Skip to content

Commit 924a8c6

Browse files
Bump the dotnet group across 1 directory with 4 updates
Bumps the dotnet group with 4 updates in the /docs/ai/how-to/snippets/semantic-kernel directory: [Azure.Identity](https://github.com/Azure/azure-sdk-for-net), [Microsoft.Extensions.Configuration.UserSecrets](https://github.com/dotnet/runtime), [Microsoft.SemanticKernel](https://github.com/microsoft/semantic-kernel) and [StackExchange.Redis](https://github.com/StackExchange/StackExchange.Redis). Updates `Azure.Identity` from 1.12.0 to 1.13.0 - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](Azure/azure-sdk-for-net@Azure.Identity_1.12.0...Azure.Identity_1.13.0) Updates `Microsoft.Extensions.Configuration.UserSecrets` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v8.0.1) Updates `Microsoft.SemanticKernel` from 1.17.2 to 1.22.0 - [Release notes](https://github.com/microsoft/semantic-kernel/releases) - [Commits](microsoft/semantic-kernel@dotnet-1.17.2...dotnet-1.22.0) Updates `StackExchange.Redis` from 2.8.0 to 2.8.16 - [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.0...2.8.16) --- updated-dependencies: - dependency-name: Azure.Identity dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: Microsoft.Extensions.Configuration.UserSecrets dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - 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]>
1 parent 8a9d3b8 commit 924a8c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111

1212
<ItemGroup>
1313
<PackageReference Include="Azure.Extensions.AspNetCore.Configuration.Secrets" Version="1.3.2" />
14-
<PackageReference Include="Azure.Identity" Version="1.12.0" />
14+
<PackageReference Include="Azure.Identity" Version="1.13.0" />
1515
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
1616
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0.0" />
17-
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="8.0.0" />
18-
<PackageReference Include="Microsoft.SemanticKernel" Version="1.17.2" />
17+
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="8.0.1" />
18+
<PackageReference Include="Microsoft.SemanticKernel" Version="1.22.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.0" />
22+
<PackageReference Include="StackExchange.Redis" Version="2.8.16" />
2323
</ItemGroup>
2424

2525
</Project>

0 commit comments

Comments
 (0)