Skip to content

Commit e7b3ae5

Browse files
build(deps): update ReactiveUI.WPF requirement in /samples (#444)
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>
1 parent e85dc9b commit e7b3ae5

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="17.*" />
11+
<PackageReference Include="ReactiveUI.WPF" Version="18.*" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

0 commit comments

Comments
 (0)