Skip to content

Commit

Permalink
Bump Microsoft.Extensions.Logging from 8.0 to 9.0.0
Browse files Browse the repository at this point in the history
Bumps [Microsoft.Extensions.Logging](https://github.com/dotnet/runtime) from 8.0 to 9.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0...v9.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent fc7a27b commit f83b127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Foundatio.Xunit/Foundatio.Xunit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Collections.Immutable" Version="8.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.0" />
<PackageReference Include="xunit" Version="2.9.2" />
</ItemGroup>
</Project>

0 comments on commit f83b127

Please sign in to comment.