Skip to content

Commit 8957751

Browse files
Bump Microsoft.SemanticKernel (#45603)
Bumps the dotnet group in /docs/ai/tutorials/snippets/llm-eval with 1 update: [Microsoft.SemanticKernel](https://github.com/microsoft/semantic-kernel). Updates `Microsoft.SemanticKernel` from 1.43.0 to 1.44.0 - [Release notes](https://github.com/microsoft/semantic-kernel/releases) - [Commits](microsoft/semantic-kernel@dotnet-1.43.0...dotnet-1.44.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c6a51ff commit 8957751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ai/tutorials/snippets/llm-eval/llm-eval.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<ItemGroup>
1313
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.3" />
1414
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="9.0.3" />
15-
<PackageReference Include="Microsoft.SemanticKernel" Version="1.43.0" />
15+
<PackageReference Include="Microsoft.SemanticKernel" Version="1.44.0" />
1616
</ItemGroup>
1717

1818
</Project>

0 commit comments

Comments
 (0)