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

Commit bb01804

Browse files
chore(deps): bump Microsoft.Extensions.Configuration, Microsoft.Extensions.Configuration.Json and Microsoft.Extensions.Hosting
Bumps [Microsoft.Extensions.Configuration](https://github.com/dotnet/runtime), [Microsoft.Extensions.Configuration.Json](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Microsoft.Extensions.Configuration` from 9.0.0 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.0) Updates `Microsoft.Extensions.Configuration.Json` 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) Updates `Microsoft.Extensions.Hosting` 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.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-major - dependency-name: Microsoft.Extensions.Hosting dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ffb8f53 commit bb01804

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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
@@ -50,7 +50,7 @@
5050
<PackageReference Include="Azure.Identity" Version="1.13.1"/>
5151
<PackageReference Include="Azure.Identity.Broker" Version="1.1.0" Condition="'$(OS)' == 'Windows_NT'"/>
5252
<PackageReference Include="JmesPath.Net" Version="1.0.330"/>
53-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1"/>
53+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0"/>
5454
<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"/>

src/sample/sample.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
<ItemGroup>
1212
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.0" />
13-
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />
14-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
13+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.0" />
14+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0" />
1515
<PackageReference Include="Microsoft.Kiota.Authentication.Azure" Version="1.14.0" />
1616
<PackageReference Include="Microsoft.Kiota.Serialization.Json" Version="1.14.0" />
1717
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />

0 commit comments

Comments
 (0)