build(deps): bump Microsoft.Extensions.Http.Polly

Bumps [Microsoft.Extensions.Http.Polly](https://github.com/dotnet/extensions) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/dotnet/extensions/releases)
- [Commits](https://github.com/dotnet/extensions/compare/v5.0.0...v5.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-12-09 11:02:53 +00:00 committed by Collin M. Barrett
parent 27842112bc
commit 940fe23909
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@
<PackageReference Include="HangFire.Redis.StackExchange" Version="1.8.4" />
<PackageReference Include="LibGit2Sharp" Version="0.26.2" />
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="5.0.1" />
</ItemGroup>
<ItemGroup>

View file

@ -18,7 +18,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="5.0.1" />
<PackageReference Include="Refit.HttpClientFactory" Version="5.2.4" />
</ItemGroup>