Skip to content

Commit

Permalink
Bump MSTest (#1426)
Browse files Browse the repository at this point in the history
Bumps the dotnet group in /docs/fundamentals/snippets/testing/mstest with 1 update: [MSTest](https://github.com/microsoft/testfx).


Updates `MSTest` from 3.4.3 to 3.5.0
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.4.3...v3.5.0)

---
updated-dependencies:
- dependency-name: MSTest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
...

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 Jul 29, 2024
1 parent bcade36 commit 3342de4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<ItemGroup>
<PackageReference Include="Aspire.Hosting.Testing" Version="8.1.0" />
<PackageReference Include="MSTest" Version="3.4.3" />
<PackageReference Include="MSTest" Version="3.5.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 3342de4

Please sign in to comment.