Skip to content

Commit 64a1cac

Browse files
build(deps): update ReactiveUI.Fody requirement in /samples (#396)
Updates the requirements on [ReactiveUI.Fody](https://github.com/reactiveui/reactiveui) to permit the latest version. - [Release notes](https://github.com/reactiveui/reactiveui/releases) - [Commits](reactiveui/ReactiveUI@16.1.1...17.0.1) --- updated-dependencies: - dependency-name: ReactiveUI.Fody 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 aed3979 commit 64a1cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/LoginApp/LoginApp.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</PropertyGroup>
55
<ItemGroup>
66
<PackageReference Include="ReactiveUI" Version="16.*" />
7-
<PackageReference Include="ReactiveUI.Fody" Version="16.*" />
7+
<PackageReference Include="ReactiveUI.Fody" Version="17.*" />
88
<PackageReference Include="ReactiveUI.Validation" Version="2.*" />
99
</ItemGroup>
1010
</Project>

0 commit comments

Comments
 (0)