Skip to content

Commit

Permalink
build(deps): update ReactiveUI.Fody requirement in /samples (#446)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Jun 28, 2022
1 parent 9952198 commit 3004b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/LoginApp/LoginApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ReactiveUI" Version="17.*" />
<PackageReference Include="ReactiveUI.Fody" Version="17.*" />
<PackageReference Include="ReactiveUI.Fody" Version="18.*" />
<PackageReference Include="ReactiveUI.Validation" Version="2.*" />
</ItemGroup>
</Project>

0 comments on commit 3004b55

Please sign in to comment.