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

Commit 0f954fc

Browse files
chore(deps): bump Microsoft.Extensions.Configuration and Microsoft.Extensions.Http
Bumps [Microsoft.Extensions.Configuration](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Http](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.Http` 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.Http dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 75f4913 commit 0f954fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.Graph.Cli.Core/Microsoft.Graph.Cli.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<PackageReference Include="Azure.Identity.Broker" Version="1.2.0" Condition="'$(OS)' == 'Windows_NT'" />
5252
<PackageReference Include="JmesPath.Net" Version="1.0.330" />
5353
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.1" />
54-
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.1" />
54+
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.2" />
5555
<PackageReference Include="Microsoft.Graph.Core" Version="3.2.3" />
5656
<PackageReference Include="Microsoft.Kiota.Authentication.Azure" Version="1.17.0" />
5757
<PackageReference Include="Microsoft.Kiota.Cli.Commons" Version="1.1.2" />

0 commit comments

Comments
 (0)