Skip to content

Commit 7b5793d

Browse files
Bump Microsoft.Extensions.Configuration.Json and Microsoft.Extensions.Hosting (#248)
Bumps [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.Json` from 9.0.3 to 9.0.3 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.3...v9.0.3) Updates `Microsoft.Extensions.Hosting` from 9.0.2 to 9.0.3 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.2...v9.0.3) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration.Json dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.Hosting dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3d64e31 commit 7b5793d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sample/Sample/Sample.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.2" />
10+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.3" />
1111
<PackageReference Include="Serilog" Version="4.2.0" />
1212
<PackageReference Include="Serilog.Extensions.Hosting" Version="9.0.0" />
1313
<PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" />

0 commit comments

Comments
 (0)