Skip to content

Commit

Permalink
Bump MSTest from 3.7.2 to 3.7.3
Browse files Browse the repository at this point in the history
Bumps [MSTest](https://github.com/microsoft/testfx) from 3.7.2 to 3.7.3.
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.7.2...v3.7.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 28, 2025
1 parent f964cfd commit c84f125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<Using Include="Microsoft.VisualStudio.TestTools.UnitTesting" />
<ProjectReference Include="$(SolutionDir)\$(SolutionName)\$(SolutionName).csproj" />
<PackageReference Include="coverlet.collector" Version="6.0.4" />
<PackageReference Include="MSTest" Version="3.7.2" />
<PackageReference Include="MSTest" Version="3.7.3" />
</ItemGroup>

<ItemGroup Condition="$(IsPrimaryProject)">
Expand Down

0 comments on commit c84f125

Please sign in to comment.