From 578a8070f83a9f4bd9dfb21fcfeaa4ea3e3ddd0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 12:28:40 -0500 Subject: [PATCH] chore(deps): Bump MSTest.TestAdapter and MSTest.TestFramework to 3.6.1 in /src (#1058) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [MSTest.TestAdapter](https://github.com/microsoft/testfx) from 3.5.2 to 3.6.1.
Release notes

Sourced from MSTest.TestAdapter's releases.

v3.6.1

See the release notes here

v3.6.0

See the release notes here

Special shoutout to @​SimonCropp for his exceptional contribution in improving the quality of the repository.

Changelog

Sourced from MSTest.TestAdapter's changelog.

[3.6.1] - 2024-10-03

See full log here

Fixed

Artifacts

[3.6.0] - 2024-09-11

See full log here

Added

... (truncated)

Commits

Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) from 3.6.0 to 3.6.1.
Release notes

Sourced from MSTest.TestFramework's releases.

v3.6.1

See the release notes here

Changelog

Sourced from MSTest.TestFramework's changelog.

[3.6.1] - 2024-10-03

See full log here

Fixed

Artifacts

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=MSTest.TestAdapter&package-manager=nuget&previous-version=3.5.2&new-version=3.6.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
--------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: v-sharmachir --- src/ActionsTests/ActionsTests.csproj | 4 +- src/AutomationTests/AutomationTests.csproj | 4 +- src/CLITests/CLITests.csproj | 4 +- src/CoreTests/CoreTests.csproj | 4 +- src/DesktopTests/DesktopTests.csproj | 4 +- src/MsiFileTests/MsiFileTests.csproj | 4 +- .../OldFileVersionCompatibilityTests.csproj | 92 +++++++++---------- .../RuleSelectionTests.csproj | 4 +- src/RulesTest/RulesTests.csproj | 4 +- .../SystemAbstractionsTests.csproj | 4 +- src/TelemetryTests/TelemetryTests.csproj | 4 +- src/Win32Tests/Win32Tests.csproj | 4 +- 12 files changed, 68 insertions(+), 68 deletions(-) diff --git a/src/ActionsTests/ActionsTests.csproj b/src/ActionsTests/ActionsTests.csproj index ec5c91d0f..caccc1efa 100644 --- a/src/ActionsTests/ActionsTests.csproj +++ b/src/ActionsTests/ActionsTests.csproj @@ -13,8 +13,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/AutomationTests/AutomationTests.csproj b/src/AutomationTests/AutomationTests.csproj index 78aff3317..8f06aeaca 100644 --- a/src/AutomationTests/AutomationTests.csproj +++ b/src/AutomationTests/AutomationTests.csproj @@ -13,8 +13,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/CLITests/CLITests.csproj b/src/CLITests/CLITests.csproj index 2d47095da..d3355fa75 100644 --- a/src/CLITests/CLITests.csproj +++ b/src/CLITests/CLITests.csproj @@ -17,8 +17,8 @@ - - + + diff --git a/src/CoreTests/CoreTests.csproj b/src/CoreTests/CoreTests.csproj index 6c8d9d25a..7c29a9ba1 100644 --- a/src/CoreTests/CoreTests.csproj +++ b/src/CoreTests/CoreTests.csproj @@ -13,8 +13,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/DesktopTests/DesktopTests.csproj b/src/DesktopTests/DesktopTests.csproj index 579287d89..6c03bd476 100644 --- a/src/DesktopTests/DesktopTests.csproj +++ b/src/DesktopTests/DesktopTests.csproj @@ -36,8 +36,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/MsiFileTests/MsiFileTests.csproj b/src/MsiFileTests/MsiFileTests.csproj index f6493ffb1..43afe2c00 100644 --- a/src/MsiFileTests/MsiFileTests.csproj +++ b/src/MsiFileTests/MsiFileTests.csproj @@ -12,8 +12,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/OldFileVersionCompatibilityTests/OldFileVersionCompatibilityTests.csproj b/src/OldFileVersionCompatibilityTests/OldFileVersionCompatibilityTests.csproj index e0f009154..5041bfa49 100644 --- a/src/OldFileVersionCompatibilityTests/OldFileVersionCompatibilityTests.csproj +++ b/src/OldFileVersionCompatibilityTests/OldFileVersionCompatibilityTests.csproj @@ -1,46 +1,46 @@ - - - - net6.0 - Axe.Windows.OldFileVersionCompatibilityTests - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - - - - - - - Always - - - Always - - - Always - - - - - - + + + + net6.0 + Axe.Windows.OldFileVersionCompatibilityTests + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + + + + + + + Always + + + Always + + + Always + + + + + + diff --git a/src/RuleSelectionTests/RuleSelectionTests.csproj b/src/RuleSelectionTests/RuleSelectionTests.csproj index 99b43caab..228ff5650 100644 --- a/src/RuleSelectionTests/RuleSelectionTests.csproj +++ b/src/RuleSelectionTests/RuleSelectionTests.csproj @@ -12,8 +12,8 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/RulesTest/RulesTests.csproj b/src/RulesTest/RulesTests.csproj index 27279397d..9bfb38db5 100644 --- a/src/RulesTest/RulesTests.csproj +++ b/src/RulesTest/RulesTests.csproj @@ -13,8 +13,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/SystemAbstractionsTests/SystemAbstractionsTests.csproj b/src/SystemAbstractionsTests/SystemAbstractionsTests.csproj index daa7c0bed..daad9a164 100644 --- a/src/SystemAbstractionsTests/SystemAbstractionsTests.csproj +++ b/src/SystemAbstractionsTests/SystemAbstractionsTests.csproj @@ -13,8 +13,8 @@ - - + + diff --git a/src/TelemetryTests/TelemetryTests.csproj b/src/TelemetryTests/TelemetryTests.csproj index 45cd0f9c1..7d914cb64 100644 --- a/src/TelemetryTests/TelemetryTests.csproj +++ b/src/TelemetryTests/TelemetryTests.csproj @@ -13,8 +13,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/Win32Tests/Win32Tests.csproj b/src/Win32Tests/Win32Tests.csproj index bd3d047d1..9a53d1808 100644 --- a/src/Win32Tests/Win32Tests.csproj +++ b/src/Win32Tests/Win32Tests.csproj @@ -13,8 +13,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive