Skip to content

Commit e92957a

Browse files
build(deps): update ReactiveUI requirement from 16.* to 17.* in /src (#390)
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@16.1.1...17.0.1) --- updated-dependencies: - dependency-name: ReactiveUI 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 dae3059 commit e92957a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ReactiveUI.Validation/ReactiveUI.Validation.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="ReactiveUI" Version="16.*" />
12+
<PackageReference Include="ReactiveUI" Version="17.*" />
1313
</ItemGroup>
1414
</Project>

0 commit comments

Comments
 (0)