Skip to content

Commit

Permalink
chore(deps): bump NUnit3TestAdapter from 3.17.0-beta.1 to 4.3.1
Browse files Browse the repository at this point in the history
Bumps [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter) from 3.17.0-beta.1 to 4.3.1.
- [Release notes](https://github.com/nunit/nunit3-vs-adapter/releases)
- [Commits](https://github.com/nunit/nunit3-vs-adapter/commits/V4.3.1)

---
updated-dependencies:
- dependency-name: NUnit3TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2022
1 parent 8d8800f commit 2e44731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<ItemGroup Condition="$(IsTestProject) == 'true'">
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.1.4" />
<PackageReference Include="nunit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0-beta.1" PrivateAssets="all"/>
<PackageReference Include="NUnit3TestAdapter" Version="4.3.1" PrivateAssets="all"/>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
<PackageReference Include="NUnit.Analyzers" Version="0.2.0" PrivateAssets="all"/>
</ItemGroup>
Expand Down

0 comments on commit 2e44731

Please sign in to comment.