Skip to content

Commit a882750

Browse files
build(deps): update ReactiveUI.WinForms requirement in /samples (#448)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0ebd638 commit a882750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/LoginApp.WinForms/LoginApp.WinForms.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="ReactiveUI.WinForms" Version="17.*" />
9+
<PackageReference Include="ReactiveUI.WinForms" Version="18.*" />
1010
</ItemGroup>
1111

1212
<ItemGroup>

0 commit comments

Comments
 (0)