Skip to content

Commit 9f66a0a

Browse files
chore(deps): update dependency fscheck.xunit to 3.3.2
1 parent b032bad commit 9f66a0a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/CliWrap.FSharp.Tests/CliWrap.FSharp.Tests.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<ItemGroup>
1919
<PackageReference Include="FsCheck" Version="3.3.1" />
20-
<PackageReference Include="FsCheck.Xunit" Version="3.3.1" />
20+
<PackageReference Include="FsCheck.Xunit" Version="3.3.2" />
2121
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
2222
<PackageReference Include="xunit" Version="2.9.3" />
2323
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5" PrivateAssets="all" />

src/CliWrap.FSharp.Tests/packages.lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
},
2020
"FsCheck.Xunit": {
2121
"type": "Direct",
22-
"requested": "[3.3.1, )",
23-
"resolved": "3.3.1",
24-
"contentHash": "5NVsI6u2qZmIQNYL9EoHS8DNN2kd5tygcXWq6MxscubsLcvwgB3+ragBtdlOrJcyUXrq2ZT8yk/K0SyAhovitg==",
22+
"requested": "[3.3.2, )",
23+
"resolved": "3.3.2",
24+
"contentHash": "SR7GKDMMP4Dq9ZDZ0D5joxLU7dgZEXUHtIRYUoeTeiHmzp6LhDclEDINzk5ymPG7ytbdCNaLKKlPKj/+w/ejQw==",
2525
"dependencies": {
2626
"FSharp.Core": "5.0.2",
27-
"FsCheck": "[3.3.1]",
27+
"FsCheck": "[3.3.2]",
2828
"xunit.extensibility.execution": "[2.4.1, 3.0.0)"
2929
}
3030
},

0 commit comments

Comments
 (0)