Skip to content

Commit

Permalink
Bump Microsoft.Reactive.Testing from 4.3.1 to 4.3.2 (#316)
Browse files Browse the repository at this point in the history
Bumps [Microsoft.Reactive.Testing](https://github.com/dotnet/reactive) from 4.3.1 to 4.3.2.
- [Release notes](https://github.com/dotnet/reactive/releases)
- [Commits](dotnet/reactive@rxnet-v4.3.1...rxnet-v4.3.2)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored and glennawatson committed Dec 24, 2019
1 parent 415ed9e commit 71422eb
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.3.1" />
<PackageReference Include="Microsoft.Reactive.Testing" Version="4.3.2" />
</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.3.1" />
<PackageReference Include="Microsoft.Reactive.Testing" Version="4.3.2" />
</ItemGroup>
</Project>

0 comments on commit 71422eb

Please sign in to comment.