Skip to content

Commit

Permalink
Merge pull request #313 from krymtkts:feature/bump-dependencies
Browse files Browse the repository at this point in the history
Update FsCheck.Xunit and coverlet.collector versions
  • Loading branch information
krymtkts authored Jan 24, 2025
2 parents e81ae32 + 1675a31 commit be5b28d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pocof.Test/pocof.Test.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<ItemGroup>
<!-- NOTE: FsCheck.Xunit does not support xUnit.v3 yet. -->
<PackageReference Include="FsCheck.Xunit" Version="3.0.0-rc3" />
<PackageReference Include="FsCheck.Xunit" Version="3.0.1" />
<PackageReference Include="FsUnit.xUnit" Version="6.0.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<!-- NOTE: Replace xunit with xunit.v3 from FsUnit.xUnit 7. -->
Expand All @@ -31,7 +31,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="6.0.3">
<PackageReference Include="coverlet.collector" Version="6.0.4">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit be5b28d

Please sign in to comment.