Skip to content

Commit 433f19e

Browse files
build(deps): update ReactiveUI requirement from 10.* to 11.* (#52)
Updates the requirements on [ReactiveUI](https://github.com/reactiveui/reactiveui) to permit the latest version. - [Release notes](https://github.com/reactiveui/reactiveui/releases) - [Commits](reactiveui/ReactiveUI@10.0.1-preview.2...11.0.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 78e59a0 commit 433f19e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ReactiveUI.Validation/ReactiveUI.Validation.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
</ItemGroup>
1818

1919
<ItemGroup>
20-
<PackageReference Include="ReactiveUI" Version="10.*" />
20+
<PackageReference Include="ReactiveUI" Version="11.*" />
2121
</ItemGroup>
2222
</Project>

0 commit comments

Comments
 (0)