Skip to content

Commit

Permalink
Bump MSTestVersion from 3.3.1 to 3.6.1 (#361)
Browse files Browse the repository at this point in the history
Bumps `MSTestVersion` from 3.3.1 to 3.6.1.

Updates `MSTest.TestAdapter` from 3.3.1 to 3.6.1
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.3.1...v3.6.1)

Updates `MSTest.TestFramework` from 3.3.1 to 3.6.1
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.3.1...v3.6.1)

---
updated-dependencies:
- 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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent 12c33bc commit 524c39c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</ItemGroup>

<PropertyGroup>
<MSTestVersion>3.3.1</MSTestVersion>
<MSTestVersion>3.6.1</MSTestVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 524c39c

Please sign in to comment.