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

Commit b5cea6c

Browse files
chore(deps): bump Microsoft.Extensions.Hosting and Microsoft.Extensions.Configuration.Json
Bumps [Microsoft.Extensions.Hosting](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.Hosting` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v8.0.1) Updates `Microsoft.Extensions.Configuration.Json` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v8.0.1) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Hosting 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 ec09adb commit b5cea6c

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.12.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.0" />
53+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
5454
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.1" />
5555
<PackageReference Include="Microsoft.Graph.Core" Version="3.1.22" />
5656
<PackageReference Include="Microsoft.Kiota.Authentication.Azure" Version="1.13.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="8.0.0" />
13-
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
14-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
13+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />
14+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
1515
<PackageReference Include="Microsoft.Kiota.Authentication.Azure" Version="1.13.0" />
1616
<PackageReference Include="Microsoft.Kiota.Serialization.Json" Version="1.13.0" />
1717
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />

0 commit comments

Comments
 (0)