Skip to content

Commit

Permalink
build(deps): Bump ReactiveUI.Testing from 18.4.22 to 18.4.26 (#148)
Browse files Browse the repository at this point in the history
Bumps [ReactiveUI.Testing](https://github.com/reactiveui/reactiveui) from 18.4.22 to 18.4.26.
- [Release notes](https://github.com/reactiveui/reactiveui/releases)
- [Commits](reactiveui/ReactiveUI@18.4.22...18.4.26)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 1, 2023
1 parent 8104819 commit bd0aac0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
Expand All @@ -21,7 +21,7 @@
</PackageReference>
<PackageReference Include="FluentAssertions" Version="6.10.0" />
<PackageReference Include="Microsoft.Reactive.Testing" Version="5.0.0" />
<PackageReference Include="ReactiveUI.Testing" Version="18.4.22" />
<PackageReference Include="ReactiveUI.Testing" Version="18.4.26" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
Expand All @@ -23,7 +23,7 @@
</PackageReference>
<PackageReference Include="FluentAssertions" Version="6.10.0" />
<PackageReference Include="Microsoft.Reactive.Testing" Version="5.0.0" />
<PackageReference Include="ReactiveUI.Testing" Version="18.4.22" />
<PackageReference Include="ReactiveUI.Testing" Version="18.4.26" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit bd0aac0

Please sign in to comment.