Skip to content

Commit

Permalink
build(deps): update ReactiveUI requirement from 18.* to 19.* in /src (#…
Browse files Browse the repository at this point in the history
…536)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 4, 2023
1 parent cec6867 commit c65e4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ReactiveUI.Validation/ReactiveUI.Validation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ReactiveUI" Version="18.*" />
<PackageReference Include="ReactiveUI" Version="19.*" />
</ItemGroup>

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

0 comments on commit c65e4d3

Please sign in to comment.