Skip to content

Commit

Permalink
Bump Microsoft.Reactive.Testing from 4.1.6 to 4.2.0 (#289)
Browse files Browse the repository at this point in the history
Bumps [Microsoft.Reactive.Testing](/~https://github.com/dotnet/reactive) from 4.1.6 to 4.2.0.
- [Release notes](/~https://github.com/dotnet/reactive/releases)
- [Commits](dotnet/reactive@rxnet-v4.1.6...rxnet-v4.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and glennawatson committed Oct 11, 2019
1 parent d2c01d6 commit f4cebf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/DynamicData.Profile/DynamicData.Profile.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PackageReference Include="xunit.runner.console" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
<PackageReference Include="FluentAssertions" Version="4.19.4" />
<PackageReference Include="Microsoft.Reactive.Testing" Version="4.1.6" />
<PackageReference Include="Microsoft.Reactive.Testing" Version="4.2.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/DynamicData.Tests/DynamicData.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
<PackageReference Include="xunit.runner.console" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
<PackageReference Include="FluentAssertions" Version="4.19.4" />
<PackageReference Include="Microsoft.Reactive.Testing" Version="4.1.6" />
<PackageReference Include="Microsoft.Reactive.Testing" Version="4.2.0" />
</ItemGroup>
</Project>

0 comments on commit f4cebf9

Please sign in to comment.