Skip to content

Commit 26a7b6d

Browse files
Bump the mstest group across 1 directory with 2 updates (#136)
Bumps the mstest group with 2 updates in the /test/WebExtensions.Net.IntegrationTestsRunner directory: [MSTest.TestAdapter](https://github.com/microsoft/testfx) and [MSTest.TestFramework](https://github.com/microsoft/testfx). Updates `MSTest.TestAdapter` from 3.7.3 to 3.8.2 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.7.3...v3.8.2) Updates `MSTest.TestFramework` from 3.7.3 to 3.8.2 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.7.3...v3.8.2) --- 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 229790a commit 26a7b6d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/WebExtensions.Net.IntegrationTestsRunner/WebExtensions.Net.IntegrationTestsRunner.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<ItemGroup>
1010
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1111
<PackageReference Include="Microsoft.Playwright" Version="1.51.0" />
12-
<PackageReference Include="MSTest.TestAdapter" Version="3.7.3" />
13-
<PackageReference Include="MSTest.TestFramework" Version="3.7.3" />
12+
<PackageReference Include="MSTest.TestAdapter" Version="3.9.1" />
13+
<PackageReference Include="MSTest.TestFramework" Version="3.9.1" />
1414
<PackageReference Include="System.Xml.XmlSerializer" Version="4.3.0" />
1515
</ItemGroup>
1616

0 commit comments

Comments
 (0)