Skip to content

Commit

Permalink
Bump ReactiveUI.Testing and ReactiveUI
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 19.5.31 to 19.5.41
- [Release notes](https://github.com/reactiveui/reactiveui/releases)
- [Commits](reactiveui/ReactiveUI@19.5.31...19.5.41)

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

---
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-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent a6465b0 commit 4cc0556
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="19.5.31" />
<PackageReference Include="ReactiveUI.Testing" Version="19.5.31" />
<PackageReference Include="ReactiveUI" Version="19.5.41" />
<PackageReference Include="ReactiveUI.Testing" Version="19.5.41" />
<PackageReference Include="xunit" Version="2.6.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.5">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 4cc0556

Please sign in to comment.