Skip to content

Commit 53df87a

Browse files
build: Bump the all-nuget-deps group with 1 update
Bumps Microsoft.SemanticKernel.Abstractions from 1.64.0 to 1.65.0 --- updated-dependencies: - dependency-name: Microsoft.SemanticKernel.Abstractions dependency-version: 1.65.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-nuget-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2e3fcaa commit 53df87a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Services/src/kernel-memory/clients/dotnet/SemanticKernelPlugin/SemanticKernelPlugin.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</ItemGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="Microsoft.SemanticKernel.Abstractions" Version="1.64.0" />
15+
<PackageReference Include="Microsoft.SemanticKernel.Abstractions" Version="1.65.0" />
1616
</ItemGroup>
1717

1818

Services/src/kernel-memory/clients/dotnet/WebClient/WebClient.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.SemanticKernel.Abstractions" Version="1.64.0" />
11+
<PackageReference Include="Microsoft.SemanticKernel.Abstractions" Version="1.65.0" />
1212
<ProjectReference Include="..\..\..\service\Abstractions\Abstractions.csproj" />
1313
</ItemGroup>
1414

Services/src/kernel-memory/service/Abstractions/Abstractions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.9" />
2222
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.9" />
2323
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.9" />
24-
<PackageReference Include="Microsoft.SemanticKernel.Abstractions" Version="1.64.0" />
24+
<PackageReference Include="Microsoft.SemanticKernel.Abstractions" Version="1.65.0" />
2525
<PackageReference Include="System.Memory.Data" Version="9.0.9" />
2626
<PackageReference Include="System.Numerics.Tensors" Version="9.0.9" />
2727
<PackageReference Include="System.Text.Json" Version="9.0.9" />

0 commit comments

Comments
 (0)