Skip to content

Commit

Permalink
Bump NUnit and System.Threading.Tasks.Extensions
Browse files Browse the repository at this point in the history
Bumps [NUnit](https://github.com/nunit/nunit) and System.Threading.Tasks.Extensions. These dependencies needed to be updated together.

Updates `NUnit` from 4.3.0 to 4.3.1
- [Release notes](https://github.com/nunit/nunit/releases)
- [Changelog](https://github.com/nunit/nunit/blob/main/CHANGES.md)
- [Commits](nunit/nunit@4.3.0...4.3.1)

Updates `System.Threading.Tasks.Extensions` from 4.6.0 to 4.5.4

---
updated-dependencies:
- dependency-name: NUnit
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: System.Threading.Tasks.Extensions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and milkshakeuk committed Dec 29, 2024
1 parent 06e4cff commit 45efdd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/NHapi.Base.NUnit/NHapi.Base.NUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="NUnit" Version="4.3.0" />
<PackageReference Include="NUnit" Version="4.3.1" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="TimeZoneConverter" Version="6.1.0" />
Expand Down

0 comments on commit 45efdd1

Please sign in to comment.