Skip to content

Commit 14b33b9

Browse files
build: bump Microsoft.Extensions.Configuration, Microsoft.Extensions.Configuration.Json, Microsoft.Extensions.Options and Microsoft.KernelMemory.WebClient
Bumps [Microsoft.Extensions.Configuration](https://github.com/dotnet/runtime), [Microsoft.Extensions.Configuration.Json](https://github.com/dotnet/runtime), [Microsoft.Extensions.Options](https://github.com/dotnet/runtime) and [Microsoft.KernelMemory.WebClient](https://github.com/microsoft/kernel-memory). These dependencies needed to be updated together. Updates `Microsoft.Extensions.Configuration` from 9.0.2 to 9.0.3 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.2...v9.0.3) Updates `Microsoft.Extensions.Configuration.Json` from 8.0.1 to 9.0.3 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.1...v9.0.3) Updates `Microsoft.Extensions.Options` from 9.0.0 to 9.0.3 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.3) Updates `Microsoft.KernelMemory.WebClient` from 0.79.241014.2 to 0.98.250324.1 - [Release notes](https://github.com/microsoft/kernel-memory/releases) - [Commits](microsoft/kernel-memory@packages-0.79.241014.2...packages-0.98.250324.1) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration dependency-version: 9.0.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.Configuration.Json dependency-version: 9.0.3 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Options dependency-version: 9.0.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.KernelMemory.WebClient dependency-version: 0.98.250324.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c404ab0 commit 14b33b9

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

App/backend-api/Microsoft.GS.DPS.Host/Microsoft.GS.DPS.Host.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
<PackageReference Include="AutoMapper" Version="14.0.0" />
1515
<PackageReference Include="Azure.Data.AppConfiguration" Version="1.6.0" />
1616
<PackageReference Include="Azure.Identity" Version="1.13.2" />
17-
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.11.0" />
18-
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.2" />
17+
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.7.6" />
18+
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.3" />
1919
<PackageReference Include="Microsoft.Extensions.Configuration.AzureAppConfiguration" Version="8.0.0" />
20-
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />
21-
<PackageReference Include="Microsoft.Extensions.Options" Version="9.0.0" />
22-
<PackageReference Include="Microsoft.KernelMemory.WebClient" Version="0.79.241014.2" />
23-
<PackageReference Include="Microsoft.SemanticKernel" Version="1.44.0" />
20+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.3" />
21+
<PackageReference Include="Microsoft.Extensions.Options" Version="9.0.3" />
22+
<PackageReference Include="Microsoft.KernelMemory.WebClient" Version="0.98.250324.1" />
23+
<PackageReference Include="Microsoft.SemanticKernel" Version="1.32.0" />
2424
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" />
2525
<PackageReference Include="MimeTypesMap" Version="1.0.9" />
2626
<PackageReference Include="MongoDB.Bson" Version="3.3.0" />

0 commit comments

Comments
 (0)