Skip to content

Commit

Permalink
Update dependency NUnit.Analyzers to 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 9, 2025
1 parent e663ea8 commit 986c143
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion GCPCostNotifier.Test/GCPCostNotifier.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0"/>
<PackageReference Include="NUnit" Version="4.3.2"/>
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0"/>
<PackageReference Include="NUnit.Analyzers" Version="4.5.0"/>
<PackageReference Include="NUnit.Analyzers" Version="4.6.0"/>
<PackageReference Include="coverlet.collector" Version="6.0.3"/>
</ItemGroup>

Expand Down
6 changes: 3 additions & 3 deletions GCPCostNotifier.Test/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
},
"NUnit.Analyzers": {
"type": "Direct",
"requested": "[4.5.0, )",
"resolved": "4.5.0",
"contentHash": "GQysJCO0mi4bAW64DolpTcYLU3euxLiv7o3EYkp2RPGalUm4vgzX6ANiRAyIDWSSWmYUtFqBlmOUH6WkzxEADw=="
"requested": "[4.6.0, )",
"resolved": "4.6.0",
"contentHash": "uK1TEViVBugOO6uDou1amu7CoNhrd2sEUFr/iaEmVfoeY8qq/zzWCCUZi97aCCSZmjnHKCCWKh3RucU27qPlKg=="
},
"NUnit3TestAdapter": {
"type": "Direct",
Expand Down

0 comments on commit 986c143

Please sign in to comment.