Skip to content

Commit 524ba4a

Browse files
chore(deps): bump MSTest.TestAdapter from 3.2.0 to 3.2.1
Bumps [MSTest.TestAdapter](https://github.com/microsoft/testfx) from 3.2.0 to 3.2.1. - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v.3.2.0...v3.2.1) --- updated-dependencies: - dependency-name: MSTest.TestAdapter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a61b46a commit 524ba4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
<ItemGroup Condition="$(MSBuildProjectName.EndsWith('Tests'))">
6363
<PackageReference Include="FluentAssertions" Version="6.12.0"/>
64-
<PackageReference Include="MSTest.TestAdapter" Version="3.2.0"/>
64+
<PackageReference Include="MSTest.TestAdapter" Version="3.2.1"/>
6565
<PackageReference Include="MSTest.TestFramework" Version="3.2.0"/>
6666
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0"/>
6767
<PackageReference Include="Moq" Version="[4.18.4]"/>

0 commit comments

Comments
 (0)