Skip to content

Commit 6730bab

Browse files
chore(deps): bump MSTest.TestFramework from 3.1.1 to 3.2.0
Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) from 3.1.1 to 3.2.0. - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.1.1...v.3.2.0) --- updated-dependencies: - dependency-name: MSTest.TestFramework dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 93b9d33 commit 6730bab

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
@@ -62,7 +62,7 @@
6262
<ItemGroup Condition="$(MSBuildProjectName.EndsWith('Tests'))">
6363
<PackageReference Include="FluentAssertions" Version="6.12.0"/>
6464
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1"/>
65-
<PackageReference Include="MSTest.TestFramework" Version="3.1.1"/>
65+
<PackageReference Include="MSTest.TestFramework" Version="3.2.0"/>
6666
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0"/>
6767
<PackageReference Include="Moq" Version="[4.18.4]"/>
6868
<PackageReference Include="coverlet.collector" Version="6.0.0"/>

0 commit comments

Comments
 (0)