Skip to content

Commit

Permalink
build(deps): update ReactiveUI.WinForms requirement in /samples (#448)
Browse files Browse the repository at this point in the history
Updates the requirements on [ReactiveUI.WinForms](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.WinForms
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 28, 2022
1 parent 0ebd638 commit a882750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/LoginApp.WinForms/LoginApp.WinForms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ReactiveUI.WinForms" Version="17.*" />
<PackageReference Include="ReactiveUI.WinForms" Version="18.*" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit a882750

Please sign in to comment.