Skip to content

Commit

Permalink
Bump MSTest, MSTest.TestAdapter and MSTest.TestFramework
Browse files Browse the repository at this point in the history
Bumps [MSTest](https://github.com/microsoft/testfx), [MSTest.TestAdapter](https://github.com/microsoft/testfx) and [MSTest.TestFramework](https://github.com/microsoft/testfx). These dependencies needed to be updated together.

Updates `MSTest` from 3.2.1 to 3.2.2
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.2.1...v3.2.2)

Updates `MSTest.TestAdapter` from 3.1.1 to 3.2.2
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.1.1...v3.2.2)

Updates `MSTest.TestFramework` from 3.1.1 to 3.2.2
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.1.1...v3.2.2)

---
updated-dependencies:
- dependency-name: MSTest
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: MSTest.TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: MSTest.TestFramework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and isidore committed Feb 22, 2024
1 parent 88ab5ba commit 9e137d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ItemGroup>
<PackageReference Include="ApprovalTests" Version="6.0.0" />
<PackageReference Include="MSTest" Version="3.2.1" />
<PackageReference Include="MSTest" Version="3.2.2" />
</ItemGroup>

</Project>

0 comments on commit 9e137d7

Please sign in to comment.