Skip to content

Commit 201be79

Browse files
Bump the ms-test group with 2 updates (#2)
Bumps the ms-test group with 2 updates: [MSTest.TestAdapter](https://github.com/microsoft/testfx) and [MSTest.TestFramework](https://github.com/microsoft/testfx). Updates `MSTest.TestAdapter` from 3.5.0 to 3.5.1 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.5.0...v3.5.1) Updates `MSTest.TestFramework` from 3.5.0 to 3.5.1 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.5.0...v3.5.1) --- updated-dependencies: - dependency-name: MSTest.TestAdapter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ms-test - dependency-name: MSTest.TestFramework dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ms-test ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c85fd7d commit 201be79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CICD.Tools.MSTeamsWorkflowWebhookCard.LibTests/CICD.Tools.MSTeamsWorkflowWebhookCard.LibTests.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<ItemGroup>
1212
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
1313
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
14-
<PackageReference Include="MSTest.TestAdapter" Version="3.5.0" />
15-
<PackageReference Include="MSTest.TestFramework" Version="3.5.0" />
14+
<PackageReference Include="MSTest.TestAdapter" Version="3.5.1" />
15+
<PackageReference Include="MSTest.TestFramework" Version="3.5.1" />
1616
<PackageReference Include="coverlet.collector" Version="6.0.2">
1717
<PrivateAssets>all</PrivateAssets>
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)