Skip to content

Commit

Permalink
Merge pull request #196 from Belphemur/dependabot/nuget/NUnit-4.0.0
Browse files Browse the repository at this point in the history
build(deps): bump NUnit from 3.14.0 to 4.0.0
  • Loading branch information
kodiakhq[bot] authored Nov 27, 2023
2 parents 1b08eeb + fcc0989 commit d32450f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="NSubstitute" Version="5.1.0" />
<PackageReference Include="NUnit" Version="3.14.0" />
<PackageReference Include="NUnit" Version="4.0.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Job.Scheduler.Tests/Job.Scheduler.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="NSubstitute" Version="5.1.0" />
<PackageReference Include="NUnit" Version="3.14.0" />
<PackageReference Include="NUnit" Version="4.0.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
</ItemGroup>
Expand Down

0 comments on commit d32450f

Please sign in to comment.