Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 48a1cd7

Browse files
chore(deps): bump Microsoft.Extensions.Configuration and Microsoft.Extensions.Configuration.Json
Bumps [Microsoft.Extensions.Configuration](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Configuration.Json](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Microsoft.Extensions.Configuration` from 9.0.2 to 9.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.2...v9.0.2) Updates `Microsoft.Extensions.Configuration.Json` from 9.0.1 to 9.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.1...v9.0.2) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.Configuration.Json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 75f4913 commit 48a1cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sample/sample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<ItemGroup>
1212
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.2" />
13-
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.1" />
13+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.2" />
1414
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.1" />
1515
<PackageReference Include="Microsoft.Kiota.Authentication.Azure" Version="1.17.0" />
1616
<PackageReference Include="Microsoft.Kiota.Serialization.Json" Version="1.17.0" />

0 commit comments

Comments
 (0)