Skip to content

Commit

Permalink
Bump ReactiveUI.Testing and ReactiveUI (#595)
Browse files Browse the repository at this point in the history
Bumps [ReactiveUI.Testing](https://github.com/reactiveui/reactiveui) and [ReactiveUI](https://github.com/reactiveui/reactiveui). These dependencies needed to be updated together.

Updates `ReactiveUI.Testing` from 20.1.1 to 20.1.52
- [Release notes](https://github.com/reactiveui/reactiveui/releases)
- [Commits](reactiveui/ReactiveUI@20.1.1...20.1.52)

Updates `ReactiveUI` from 19.6.12 to 20.1.52
- [Release notes](https://github.com/reactiveui/reactiveui/releases)
- [Commits](reactiveui/ReactiveUI@19.6.12...20.1.52)

---
updated-dependencies:
- dependency-name: ReactiveUI.Testing
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: ReactiveUI
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent abfc10d commit 32b6e0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ImageSort.UnitTests/ImageSort.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="ReactiveUI" Version="20.1.1" />
<PackageReference Include="ReactiveUI.Testing" Version="20.1.1" />
<PackageReference Include="ReactiveUI" Version="20.1.52" />
<PackageReference Include="ReactiveUI.Testing" Version="20.1.52" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 32b6e0a

Please sign in to comment.