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

Commit cd04b3b

Browse files
chore(deps): bump Microsoft.Extensions.Http from 8.0.1 to 9.0.0
Bumps [Microsoft.Extensions.Http](https://github.com/dotnet/runtime) from 8.0.1 to 9.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.1...v9.0.0) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Http dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5b1fc61 commit cd04b3b

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.1.0" Condition="'$(OS)' == 'Windows_NT'" />
5252
<PackageReference Include="JmesPath.Net" Version="1.0.330" />
5353
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
54-
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.1" />
54+
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.0" />
5555
<PackageReference Include="Microsoft.Graph.Core" Version="3.2.0" />
5656
<PackageReference Include="Microsoft.Kiota.Authentication.Azure" Version="1.14.0" />
5757
<PackageReference Include="Microsoft.Kiota.Cli.Commons" Version="1.1.2" />

0 commit comments

Comments
 (0)