Skip to content

Commit 08f4fa6

Browse files
build(deps): Update Refit requirement from 6.* to 7.* (#756)
Updates the requirements on [Refit](https://github.com/reactiveui/refit) to permit the latest version. - [Release notes](https://github.com/reactiveui/refit/releases) - [Commits](reactiveui/refit@v6.0.1...7.0.0) --- updated-dependencies: - dependency-name: Refit dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a896d0a commit 08f4fa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Xamarin/Cinephile/Cinephile.Core/Cinephile.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</PropertyGroup>
55
<ItemGroup>
66
<PackageReference Include="akavache" Version="9.*" />
7-
<PackageReference Include="Refit" Version="6.*" />
7+
<PackageReference Include="Refit" Version="7.*" />
88
<PackageReference Include="Fusillade" Version="2.*" />
99
<PackageReference Include="System.Reactive.Compatibility" Version="6.0.0" />
1010
<PackageReference Include="DynamicData" Version="8.*" />

0 commit comments

Comments
 (0)