Skip to content

Commit 3f97150

Browse files
Bump MSTest.TestAdapter (#24402)
Bumps [MSTest.TestAdapter](https://github.com/microsoft/testfx) from 2.2.3 to 2.2.4. - [Release notes](https://github.com/microsoft/testfx/releases) - [Commits](microsoft/testfx@v2.2.3...v2.2.4) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a7ece52 commit 3f97150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/snippets/core/testing/unit-testing-vb-mstest/vb/PrimeService.Tests/PrimeService.Tests.vbproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.10.0" />
11-
<PackageReference Include="MSTest.TestAdapter" Version="2.2.3" />
11+
<PackageReference Include="MSTest.TestAdapter" Version="2.2.4" />
1212
<PackageReference Include="MSTest.TestFramework" Version="2.2.4" />
1313
</ItemGroup>
1414

0 commit comments

Comments
 (0)