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

Commit e16fea9

Browse files
chore(deps): bump Microsoft.Extensions.Configuration from 9.0.1 to 9.0.2
Bumps [Microsoft.Extensions.Configuration](https://github.com/dotnet/runtime) 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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c746697 commit e16fea9

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
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

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

0 commit comments

Comments
 (0)