Skip to content

Commit 762089c

Browse files
Bump MSTest (#44606)
Bumps the dotnet group in /docs/core/testing/snippets/testcontext/csharp with 1 update: [MSTest](https://github.com/microsoft/testfx). Updates `MSTest` from 3.7.2 to 3.7.3 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.7.2...v3.7.3) --- updated-dependencies: - dependency-name: MSTest 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 2910dcb commit 762089c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/testing/snippets/testcontext/csharp/project.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="MSTest" Version="3.7.2" />
11+
<PackageReference Include="MSTest" Version="3.7.3" />
1212
</ItemGroup>
1313

1414
</Project>

0 commit comments

Comments
 (0)