Skip to content

Commit

Permalink
Bump NUnit.ConsoleRunner from 3.16.0 to 3.16.1
Browse files Browse the repository at this point in the history
Bumps [NUnit.ConsoleRunner](https://github.com/nunit/nunit-console) from 3.16.0 to 3.16.1.
- [Release notes](https://github.com/nunit/nunit-console/releases)
- [Changelog](https://github.com/nunit/nunit-console/blob/main/CHANGES.txt)
- [Commits](nunit/nunit-console@3.16.0...3.16.1)

---
updated-dependencies:
- dependency-name: NUnit.ConsoleRunner
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jstedfast committed Jan 9, 2023
1 parent 6990619 commit ff12637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UnitTests/UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="nunit" Version="3.13.3" />
<PackageReference Include="NUnit.ConsoleRunner" Version="3.16.0" />
<PackageReference Include="NUnit.ConsoleRunner" Version="3.16.1" />
<PackageReference Include="NUnit3TestAdapter" Version="4.3.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit ff12637

Please sign in to comment.