Skip to content

Commit

Permalink
build(deps): update ReactiveUI.Testing requirement in /src (#775)
Browse files Browse the repository at this point in the history
Updates the requirements on [ReactiveUI.Testing](https://github.com/reactiveui/reactiveui) to permit the latest version.
- [Release notes](https://github.com/reactiveui/reactiveui/releases)
- [Commits](reactiveui/ReactiveUI@17.0.1...18.0.10)

---
updated-dependencies:
- dependency-name: ReactiveUI.Testing
  dependency-type: direct:production
...

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] committed May 1, 2022
1 parent 9f1e421 commit 5e0375a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Akavache.Tests/Akavache.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" />
<PackageReference Include="Xunit.SkippableFact" Version="1.4.13" />
<PackageReference Include="Xunit.StaFact" Version="1.1.11" />
<PackageReference Include="ReactiveUI.Testing" Version="17.*" />
<PackageReference Include="ReactiveUI.Testing" Version="18.*" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.0.7" />
<PackageReference Include="FluentAssertions" Version="6.6.0" />
Expand Down

0 comments on commit 5e0375a

Please sign in to comment.