Skip to content

Commit

Permalink
chore(deps): update dependency nunit to 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Renovatebot committed Dec 21, 2024
1 parent 07a09dd commit 767451c
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.12.0" />
<PackageReference Include="nunit" Version="4.3.0" />
<PackageReference Include="nunit" Version="4.3.1" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.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.3.0, )",
"resolved": "4.3.0",
"contentHash": "dPClyF8aAmN8w/a7csFXUUbj0sivFVmSfX9CplV+dVeVUqnzoNFsLf7TjAPaxlrwbqHsr+F/pLd7ZEV4Sw9YHg=="
"requested": "[4.3.1, )",
"resolved": "4.3.1",
"contentHash": "798HDjDWfo2/BVWAeqIny3hRP2z/uk2EVeTeFB69EGHQWxFZ1oVXRaobtOdkzBF4b/olUuWXDJzgtW63aBRDxg=="
},
"NUnit3TestAdapter": {
"type": "Direct",
Expand Down Expand Up @@ -90,7 +90,7 @@
"targetproject": {
"type": "Project",
"dependencies": {
"Library": "[4.4.1, )",
"Library": "[1.0.0, )",
"Microsoft.CodeAnalysis.Common": "[4.11.0, )",
"Serilog": "[4.2.0, )"
}
Expand Down

0 comments on commit 767451c

Please sign in to comment.