Skip to content

Commit c062f33

Browse files
Bump MSTest.TestAdapter
Bumps [MSTest.TestAdapter](https://github.com/microsoft/testfx) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.0.2...v3.0.3) --- updated-dependencies: - dependency-name: MSTest.TestAdapter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6757666 commit c062f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/tutorials/snippets/library-with-visual-studio-6-0/csharp/StringLibraryTest/StringLibraryTest.csproj

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="17.6.0" />
12-
<PackageReference Include="MSTest.TestAdapter" Version="3.0.2" />
12+
<PackageReference Include="MSTest.TestAdapter" Version="3.0.3" />
1313
<PackageReference Include="MSTest.TestFramework" Version="3.0.3" />
1414
<PackageReference Include="coverlet.collector" Version="6.0.0" />
1515
</ItemGroup>

0 commit comments

Comments
 (0)