Skip to content

Commit c65e4d3

Browse files
build(deps): update ReactiveUI requirement from 18.* to 19.* in /src (#536)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cec6867 commit c65e4d3

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,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="ReactiveUI" Version="18.*" />
12+
<PackageReference Include="ReactiveUI" Version="19.*" />
1313
</ItemGroup>
1414

1515
<ItemGroup Condition="$(TargetFramework.StartsWith('netstandard'))">

0 commit comments

Comments
 (0)