Skip to content

Commit

Permalink
Merge pull request #14 from hedgehogqa/deps
Browse files Browse the repository at this point in the history
updated deps
  • Loading branch information
dharmaturtle authored Jan 13, 2023
2 parents 3040c4e + 13fd60e commit 42719b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/Hedgehog.Xunit/Hedgehog.Xunit.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ Docs at https://github.com/dharmaturtle/fsharp-hedgehog-xunit

<ItemGroup>
<PackageReference Include="Hedgehog.Experimental" Version="0.7.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.abstractions" Version="2.0.3" />
<PackageReference Include="xunit.core" Version="2.4.2" />
</ItemGroup>

<ItemGroup>
Expand Down
3 changes: 2 additions & 1 deletion tests/Hedgehog.Xunit.Tests/Hedgehog.Xunit.Tests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
<PackageReference Include="TaskBuilder.fs" Version="2.1.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.abstractions" Version="2.0.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 42719b4

Please sign in to comment.