Skip to content

Commit

Permalink
chore(deps): update dependency nunit to v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Renovatebot committed Feb 25, 2024
1 parent f33e071 commit f543494
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="nunit" Version="4.0.1" />
<PackageReference Include="nunit" Version="4.1.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"NUnit": {
"type": "Direct",
"requested": "[4.0.1, )",
"resolved": "4.0.1",
"contentHash": "jNTHZ01hJsDNPDSBycoHpavFZUBf9vRVQLCyuo78LRrrFj6Ol/CeqK+NIeTk5d8Eycjk59KseWb7X5Ge6z7CgQ=="
"requested": "[4.1.0, )",
"resolved": "4.1.0",
"contentHash": "MT/DpAhjtiytzhTgTqIhBuWx4y26PKfDepYUHUM+5uv4TsryHC2jwFo5e6NhWkApCm/G6kZ80dRjdJFuAxq3rg=="
},
"NUnit3TestAdapter": {
"type": "Direct",
Expand Down Expand Up @@ -62,7 +62,7 @@
"targetproject": {
"type": "Project",
"dependencies": {
"Library": "[4.0.0, )"
"Library": "[1.0.0, )"
}
}
}
Expand Down

0 comments on commit f543494

Please sign in to comment.