Skip to content

Commit

Permalink
build(deps): update ReactiveUI.WPF requirement in /samples (#444)
Browse files Browse the repository at this point in the history
Updates the requirements on [ReactiveUI.WPF](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.WPF
  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 e85dc9b commit e7b3ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/LoginApp.Wpf/LoginApp.Wpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="MahApps.Metro" Version="2.4.9" />
<PackageReference Include="ReactiveUI.WPF" Version="17.*" />
<PackageReference Include="ReactiveUI.WPF" Version="18.*" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit e7b3ae5

Please sign in to comment.