Skip to content

Commit

Permalink
Bump FsCheck.Xunit from 2.14.6 to 2.15.1
Browse files Browse the repository at this point in the history
Bumps [FsCheck.Xunit](https://github.com/fsharp/FsCheck) from 2.14.6 to 2.15.1.
- [Release notes](https://github.com/fsharp/FsCheck/releases)
- [Changelog](https://github.com/fscheck/FsCheck/blob/master/FsCheck%20Release%20Notes.md)
- [Commits](fscheck/FsCheck@2.14.6...2.15.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Mar 1, 2021
1 parent 60712eb commit 159f927
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/common.props
Expand Up @@ -20,7 +20,7 @@
<NetFrameworkTestVersion>net471</NetFrameworkTestVersion>
<NetStandardLibVersion>netstandard2.0</NetStandardLibVersion>
<FluentAssertionsVersion>5.10.3</FluentAssertionsVersion>
<FsCheckVersion>2.14.6</FsCheckVersion>
<FsCheckVersion>2.15.1</FsCheckVersion>
<HoconVersion>2.0.3</HoconVersion>
<ConfigurationManagerVersion>4.7.0</ConfigurationManagerVersion>
<AkkaPackageTags>akka;actors;actor model;Akka;concurrency</AkkaPackageTags>
Expand Down
2 changes: 1 addition & 1 deletion src/core/Akka.Remote.Tests/Akka.Remote.Tests.csproj
Expand Up @@ -25,7 +25,7 @@

<ItemGroup Condition=" '$(TargetFramework)' == '$(NetFrameworkTestVersion)' ">
<PackageReference Include="FsCheck" Version="2.15.0" />
<PackageReference Include="FsCheck.Xunit" Version="2.14.6" />
<PackageReference Include="FsCheck.Xunit" Version="2.15.1" />
</ItemGroup>

<PropertyGroup Condition=" '$(TargetFramework)' == '$(NetFrameworkTestVersion)' ">
Expand Down

0 comments on commit 159f927

Please sign in to comment.