Skip to content

Commit e385341

Browse files
Bump MSTest.TestAdapter (#24395)
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 29a1fea commit e385341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/tutorials/snippets/library-with-visual-studio/vb/StringLibraryTest/StringLibraryTest.vbproj

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

1010
<ItemGroup>
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.10.0" />
12-
<PackageReference Include="MSTest.TestAdapter" Version="2.2.3" />
12+
<PackageReference Include="MSTest.TestAdapter" Version="2.2.4" />
1313
<PackageReference Include="MSTest.TestFramework" Version="2.2.3" />
1414
<PackageReference Include="coverlet.collector" Version="3.0.3" />
1515
</ItemGroup>

0 commit comments

Comments
 (0)