Skip to content

Commit

Permalink
Bump Polly.Extensions from 8.1.0 to 8.2.0
Browse files Browse the repository at this point in the history
Bumps [Polly.Extensions](https://github.com/App-vNext/Polly) from 8.1.0 to 8.2.0.
- [Release notes](https://github.com/App-vNext/Polly/releases)
- [Changelog](https://github.com/App-vNext/Polly/blob/main/CHANGELOG.md)
- [Commits](App-vNext/Polly@8.1.0...8.2.0)

---
updated-dependencies:
- dependency-name: Polly.Extensions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 16, 2023
1 parent d756ba4 commit 1fc91f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PollyDemos/PollyDemos.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="7.0.0" />
<PackageReference Include="Polly.Core" Version="8.2.0" />
<PackageReference Include="Polly.RateLimiting" Version="8.1.0" />
<PackageReference Include="Polly.Extensions" Version="8.1.0" />
<PackageReference Include="Polly.Extensions" Version="8.2.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.13" />
<Using Include="Polly" />
</ItemGroup>
Expand Down

0 comments on commit 1fc91f0

Please sign in to comment.