Skip to content

Commit 3d64e31

Browse files
Bump Microsoft.Extensions.Configuration.Json from 9.0.2 to 9.0.3 (#247)
Bumps [Microsoft.Extensions.Configuration.Json](https://github.com/dotnet/runtime) 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 ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 54f990d commit 3d64e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/Sample/Sample.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageReference Include="Serilog.Extensions.Hosting" Version="9.0.0" />
1313
<PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" />
1414
<PackageReference Include="Serilog.Settings.Configuration" Version="9.0.0" />
15-
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.2" />
15+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.3" />
1616
<PackageReference Include="Serilog.Enrichers.HttpContext" Version="8.0.8" />
1717
<PackageReference Include="Destructurama.Attributed" Version="5.1.0" />
1818
<PackageReference Include="Serilog.Exceptions" Version="8.4.0" />

0 commit comments

Comments
 (0)