Skip to content

Commit

Permalink
⬆️ .NET: Bump Meziantou.Extensions.Logging.Xunit and Microsoft.Extens…
Browse files Browse the repository at this point in the history
…ions.DependencyInjection.Abstractions

Bumps [Meziantou.Extensions.Logging.Xunit](https://github.com/meziantou/Meziantou.Framework) and [Microsoft.Extensions.DependencyInjection.Abstractions](https://github.com/dotnet/runtime). These dependencies needed to be updated together.

Updates `Meziantou.Extensions.Logging.Xunit` from 1.0.7 to 1.0.8
- [Commits](https://github.com/meziantou/Meziantou.Framework/commits)

Updates `Microsoft.Extensions.DependencyInjection.Abstractions` 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)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 28, 2024
1 parent 9262725 commit 22b0c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
<PackageVersion Include="Polly" Version="8.5.0" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.0" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.0" />
<PackageVersion Include="Meziantou.Extensions.Logging.Xunit" Version="1.0.7" />
<PackageVersion Include="Meziantou.Extensions.Logging.Xunit" Version="1.0.8" />
</ItemGroup>
</Project>

0 comments on commit 22b0c05

Please sign in to comment.