Skip to content

Commit adbffab

Browse files
Bump the mstest group across 1 directory with 2 updates
Bumps the mstest group with 2 updates in the / directory: [MSTest.TestAdapter](https://github.com/microsoft/testfx) and [MSTest.TestFramework](https://github.com/microsoft/testfx). Updates `MSTest.TestAdapter` from 3.7.0 to 3.8.0 - [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.8.0) Updates `MSTest.TestFramework` from 3.7.0 to 3.8.0 - [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.8.0) --- updated-dependencies: - dependency-name: MSTest.TestAdapter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: mstest - dependency-name: MSTest.TestFramework dependency-type: direct:production update-type: version-update:semver-minor dependency-group: mstest ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 65d78e2 commit adbffab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/TestFrameworks/MSTestV2.Specs/MSTestV2.Specs.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1313
</PackageReference>
1414
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
15-
<PackageReference Include="MSTest.TestAdapter" Version="3.7.0" />
16-
<PackageReference Include="MSTest.TestFramework" Version="3.7.0" />
15+
<PackageReference Include="MSTest.TestAdapter" Version="3.8.0" />
16+
<PackageReference Include="MSTest.TestFramework" Version="3.8.0" />
1717
</ItemGroup>
1818
</Project>

0 commit comments

Comments
 (0)