Skip to content

Commit

Permalink
⬆️ Bump Microsoft.Extensions.Logging and Neovolve.Logging.Xunit
Browse files Browse the repository at this point in the history
Bumps [Microsoft.Extensions.Logging](https://github.com/dotnet/runtime) and [Neovolve.Logging.Xunit](https://github.com/roryprimrose/Neovolve.Logging.Xunit). These dependencies needed to be updated together.

Updates `Microsoft.Extensions.Logging` from 9.0.1 to 9.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.1...v9.0.0)

Updates `Neovolve.Logging.Xunit` from 6.2.0 to 6.3.0
- [Release notes](https://github.com/roryprimrose/Neovolve.Logging.Xunit/releases)
- [Commits](roryprimrose/Neovolve.Logging.Xunit@6.2.0...6.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and xobust committed Feb 26, 2025
1 parent 367f352 commit b7d2576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CoreRCON.Tests/CoreRCON.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="9.0.1" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Neovolve.Logging.Xunit" Version="6.2.0" />
<PackageReference Include="Neovolve.Logging.Xunit" Version="6.3.0" />
<PackageReference Include="Polly" Version="8.5.1" />
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="xunit.analyzers" Version="1.18.0" />
Expand Down

0 comments on commit b7d2576

Please sign in to comment.