Skip to content

Commit

Permalink
chore(deps): update dependency coverlet.collector to v6.0.1 (#19)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency coverlet.collector to v6.0.1

* Update lockfile

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Erik Rasmussen <[email protected]>
  • Loading branch information
renovate[bot] and UnstoppableMango authored Mar 4, 2024
1 parent 1e0c36b commit b462127
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/CliWrap.FSharp.Tests/CliWrap.FSharp.Tests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0"/>
<PackageReference Include="xunit" Version="2.6.6"/>
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6" PrivateAssets="all"/>
<PackageReference Include="coverlet.collector" Version="6.0.0" PrivateAssets="all"/>
<PackageReference Include="coverlet.collector" Version="6.0.1" PrivateAssets="all"/>
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/CliWrap.FSharp.Tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"net8.0": {
"coverlet.collector": {
"type": "Direct",
"requested": "[6.0.0, )",
"resolved": "6.0.0",
"contentHash": "tW3lsNS+dAEII6YGUX/VMoJjBS1QvsxqJeqLaJXub08y1FSjasFPtQ4UBUsudE9PNrzLjooClMsPtY2cZLdXpQ=="
"requested": "[6.0.1, )",
"resolved": "6.0.1",
"contentHash": "q/8r0muHlF7TbhMUTBAk43KteZYG2ECV96pbzkToQwgjp3BvbS766svUcO6va+cohWOkigeBWmHs0Vu5vQnESA=="
},
"FsCheck": {
"type": "Direct",
Expand Down

0 comments on commit b462127

Please sign in to comment.