Skip to content

Commit 8134835

Browse files
Bump the mstest group with 2 updates
Bumps the mstest group with 2 updates: [MSTest.TestAdapter](https://github.com/microsoft/testfx) and [MSTest.TestFramework](https://github.com/microsoft/testfx). Updates `MSTest.TestAdapter` 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) Updates `MSTest.TestFramework` 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.TestAdapter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mstest - dependency-name: MSTest.TestFramework dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mstest ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e0eb59c commit 8134835

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/TestCommon.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
<!-- Pinned: Be VERY careful about updating https://github.com/moq/moq/issues/1372 -->
1919
<PackageReference Include="Moq" Version="4.20.72" />
2020
<!-- Usage: MSTest execution -->
21-
<PackageReference Include="MSTest.TestAdapter" Version="3.7.2" />
21+
<PackageReference Include="MSTest.TestAdapter" Version="3.7.3" />
2222
<!-- Usage: MSTest asserts etc... -->
23-
<PackageReference Include="MSTest.TestFramework" Version="3.7.2" />
23+
<PackageReference Include="MSTest.TestFramework" Version="3.7.3" />
2424
</ItemGroup>
2525

2626
</Project>

0 commit comments

Comments
 (0)