Skip to content

Commit da03508

Browse files
Bump MSTest in /docs/testing/snippets/testing/mstest in the dotnet group (#2013)
Bumps the dotnet group in /docs/testing/snippets/testing/mstest with 1 update: [MSTest](https://github.com/microsoft/testfx). Updates `MSTest` from 3.6.1 to 3.6.2 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.6.1...v3.6.2) --- 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 8f35441 commit da03508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/testing/snippets/testing/mstest/AspireApp.Tests/AspireApp.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<ItemGroup>
1717
<PackageReference Include="Aspire.Hosting.Testing" Version="8.2.2" />
18-
<PackageReference Include="MSTest" Version="3.6.1" />
18+
<PackageReference Include="MSTest" Version="3.6.2" />
1919
</ItemGroup>
2020

2121
<ItemGroup>

0 commit comments

Comments
 (0)