build(deps): bump Refit.HttpClientFactory

Bumps [Refit.HttpClientFactory](https://github.com/reactiveui/refit) from 6.5.1 to 7.0.0.
- [Release notes](https://github.com/reactiveui/refit/releases)
- [Commits](https://github.com/reactiveui/refit/compare/6.5.1...7.0.0)

---
updated-dependencies:
- dependency-name: Refit.HttpClientFactory
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-06-30 06:06:52 +00:00 committed by Collin Barrett
parent 8829bc6b63
commit bf0870e9d6

View file

@ -21,7 +21,7 @@
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="7.0.4" />
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="7.0.8" />
<PackageReference Include="Refit.HttpClientFactory" Version="6.5.1" />
<PackageReference Include="Refit.HttpClientFactory" Version="7.0.0" />
</ItemGroup>
</Project>