Skip to content

Commit

Permalink
Bump Polly from 8.0.0-beta.2 to 8.0.0 (#42)
Browse files Browse the repository at this point in the history
Bumps [Polly](https://github.com/App-vNext/Polly) from 8.0.0-beta.2 to 8.0.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.0.0-beta.2...8.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 28, 2023
1 parent 39ec09e commit c64a787
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PollyDemos/PollyDemos.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net7.0</TargetFramework>
Expand All @@ -12,7 +12,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Polly" Version="8.0.0-beta.2" />
<PackageReference Include="Polly" Version="8.0.0" />
<Using Include="Polly" />
</ItemGroup>
</Project>

0 comments on commit c64a787

Please sign in to comment.