Skip to content

Commit

Permalink
chore(deps): bump xunit.runner.visualstudio and Microsoft.TestPlatfor…
Browse files Browse the repository at this point in the history
…m.ObjectModel (#89)

Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) and [Microsoft.TestPlatform.ObjectModel](https://github.com/microsoft/vstest). These dependencies needed to be updated together.

Updates `xunit.runner.visualstudio` from 2.3.1 to 2.8.1
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](https://github.com/xunit/visualstudio.xunit/commits/2.8.1)

Updates `Microsoft.TestPlatform.ObjectModel` from 15.5.0 to 17.10.0
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v15.5.0...v17.10.0)

---
updated-dependencies:
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.TestPlatform.ObjectModel
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 1, 2024
1 parent 55d3e45 commit 6d5be41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<ItemGroup>
<PackageReference Include="xunit" Version="2.8.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.1" />
</ItemGroup>

<!-- Build test assets for acceptance tests -->
Expand Down

0 comments on commit 6d5be41

Please sign in to comment.