Skip to content

Commit

Permalink
Bump Microsoft.SemanticKernel
Browse files Browse the repository at this point in the history
Bumps the dotnet group with 1 update in the /docs/ai/tutorials/snippets/llm-eval directory: [Microsoft.SemanticKernel](https://github.com/microsoft/semantic-kernel).


Updates `Microsoft.SemanticKernel` from 1.22.0 to 1.23.0
- [Release notes](https://github.com/microsoft/semantic-kernel/releases)
- [Commits](microsoft/semantic-kernel@dotnet-1.22.0...dotnet-1.23.0)

---
updated-dependencies:
- dependency-name: Microsoft.SemanticKernel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 17, 2024
1 parent 6d63bec commit 60e4f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ai/tutorials/snippets/llm-eval/llm-eval.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="8.0.1" />
<PackageReference Include="Microsoft.SemanticKernel" Version="1.22.0" />
<PackageReference Include="Microsoft.SemanticKernel" Version="1.23.0" />
</ItemGroup>

</Project>

0 comments on commit 60e4f08

Please sign in to comment.