Skip to content

Commit

Permalink
Bump Microsoft.Extensions.ObjectPool from 6.0.6 to 6.0.7 (#55)
Browse files Browse the repository at this point in the history
Bumps [Microsoft.Extensions.ObjectPool](https://github.com/dotnet/aspnetcore) from 6.0.6 to 6.0.7.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v6.0.6...v6.0.7)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 14, 2022
1 parent 13edf9f commit 0503fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MyNihongo.FluentHttp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="6.0.6" />
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="6.0.7" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 0503fb1

Please sign in to comment.