Bump Microsoft.Extensions.Logging from 9.0.1 to 9.0.2

Bumps [Microsoft.Extensions.Logging](https://github.com/dotnet/runtime) from 9.0.1 to 9.0.2.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/compare/v9.0.1...v9.0.2)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Logging
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-02-12 05:43:25 +00:00 committed by GitHub
parent dadeb77e16
commit d1aabb7070
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,7 +38,7 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.1" /> <PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.2" />
</ItemGroup> </ItemGroup>
</Project> </Project>