Skip to content

Commit dffcd2a

Browse files
Bump Microsoft.Extensions.Caching.Memory (#45831)
Bumps the dotnet group in /docs/core/extensions/snippets/ai/ConsoleAI.FunctionalityPipelines with 1 update: [Microsoft.Extensions.Caching.Memory](https://github.com/dotnet/runtime). Updates `Microsoft.Extensions.Caching.Memory` from 10.0.0-preview.2.25163.2 to 10.0.0-preview.3.25171.5 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/commits) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Caching.Memory dependency-version: 10.0.0-preview.3.25171.5 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 c2e2503 commit dffcd2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core/extensions/snippets/ai/ConsoleAI.FunctionalityPipelines/ConsoleAI.FunctionalityPipelines.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="10.0.0-preview.2.25163.2" />
11+
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="10.0.0-preview.3.25171.5" />
1212
<PackageReference Include="Microsoft.Extensions.AI.Ollama" Version="9.4.0-preview.1.25207.5" />
1313
<PackageReference Include="OpenTelemetry.Exporter.Console" Version="1.11.2" />
1414
</ItemGroup>

0 commit comments

Comments
 (0)