Skip to content

Commit 28c9728

Browse files
Bump MSTest.TestFramework (#44263)
Bumps the dotnet group in /docs/csharp/language-reference/operators/snippets/shared with 1 update: [MSTest.TestFramework](https://github.com/microsoft/testfx). Updates `MSTest.TestFramework` from 3.7.0 to 3.7.1 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.7.0...v3.7.1) --- updated-dependencies: - dependency-name: MSTest.TestFramework dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7a841d8 commit 28c9728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/csharp/language-reference/operators/snippets/shared/operators.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="MSTest.TestFramework" Version="3.7.0" />
13+
<PackageReference Include="MSTest.TestFramework" Version="3.7.1" />
1414
</ItemGroup>
1515

1616
</Project>

0 commit comments

Comments
 (0)