Skip to content

Commit 8b4eb3f

Browse files
Bump the mstest group with 2 updates
Bumps the mstest group with 2 updates: [MSTest.TestAdapter](https://github.com/microsoft/testfx) and [MSTest.TestFramework](https://github.com/microsoft/testfx). Updates `MSTest.TestAdapter` 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) Updates `MSTest.TestFramework` 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.TestAdapter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mstest - dependency-name: MSTest.TestFramework dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mstest ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9fb3f88 commit 8b4eb3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CICD.Tools.GitHubToCatalogYamlTests/CICD.Tools.GitHubToCatalogYamlTests.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="8.0.1" />
1616
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
1717
<PackageReference Include="Moq" Version="4.20.72" />
18-
<PackageReference Include="MSTest.TestAdapter" Version="3.6.1" />
19-
<PackageReference Include="MSTest.TestFramework" Version="3.6.1" />
18+
<PackageReference Include="MSTest.TestAdapter" Version="3.6.2" />
19+
<PackageReference Include="MSTest.TestFramework" Version="3.6.2" />
2020
<PackageReference Include="coverlet.collector" Version="6.0.2" />
2121
</ItemGroup>
2222

0 commit comments

Comments
 (0)