Skip to content

Commit 08b8086

Browse files
build(deps): update ReactiveUI.WPF requirement in /samples (#543)
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@18.0.4...19.2.1) --- 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>
1 parent 63d16aa commit 08b8086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/LoginApp.Wpf/LoginApp.Wpf.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="MahApps.Metro" Version="2.4.9" />
11-
<PackageReference Include="ReactiveUI.WPF" Version="18.*" />
11+
<PackageReference Include="ReactiveUI.WPF" Version="19.*" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

0 commit comments

Comments
 (0)