Skip to content

Commit 3004b55

Browse files
build(deps): update ReactiveUI.Fody requirement in /samples (#446)
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@17.0.1...18.0.10) --- 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 9952198 commit 3004b55

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
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66
<ItemGroup>
77
<PackageReference Include="ReactiveUI" Version="17.*" />
8-
<PackageReference Include="ReactiveUI.Fody" Version="17.*" />
8+
<PackageReference Include="ReactiveUI.Fody" Version="18.*" />
99
<PackageReference Include="ReactiveUI.Validation" Version="2.*" />
1010
</ItemGroup>
1111
</Project>

0 commit comments

Comments
 (0)