From 3a0a26b8ce6ba9947ed4fbbd6e5b8a7a18ac61ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 15:40:21 -0500 Subject: [PATCH] chore(deps): Bump coverlet.msbuild from 6.0.2 to 6.0.3 in /src (#1910) Bumps [coverlet.msbuild](https://github.com/coverlet-coverage/coverlet) from 6.0.2 to 6.0.3.
Release notes

Sourced from coverlet.msbuild's releases.

v6.0.3

Fixed

Improvements

Diff between 6.0.2 and 6.0.3

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=coverlet.msbuild&package-manager=nuget&previous-version=6.0.2&new-version=6.0.3)](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> --- .../CustomActionsUnitTests.csproj | 2 +- .../Extensions.AzureDevOpsTests.csproj | 2 +- .../Extensions.DiskLoggingTelemetryTests.csproj | 2 +- .../Extensions.GitHubAutoUpdateUnitTests.csproj | 2 +- .../Extensions.GitHubUnitTests.csproj | 2 +- .../Extensions.TelemetryTests.csproj | 2 +- .../ExtensionsTests.csproj | 2 +- .../SetupLibraryUnitTests.csproj | 2 +- src/AccessibilityInsights.SharedUxTests/SharedUxTests.csproj | 2 +- .../VersionSwitcherUnitTests.csproj | 2 +- .../AccessibilityInsightsUnitTests.csproj | 2 +- src/ManifestTests/ManifestTests.csproj | 2 +- src/MsiFileTests/MsiFileTests.csproj | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/AccessibilityInsights.CustomActionsUnitTests/CustomActionsUnitTests.csproj b/src/AccessibilityInsights.CustomActionsUnitTests/CustomActionsUnitTests.csproj index a47612435..b2e233e0f 100644 --- a/src/AccessibilityInsights.CustomActionsUnitTests/CustomActionsUnitTests.csproj +++ b/src/AccessibilityInsights.CustomActionsUnitTests/CustomActionsUnitTests.csproj @@ -14,7 +14,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/AccessibilityInsights.Extensions.AzureDevOpsTests/Extensions.AzureDevOpsTests.csproj b/src/AccessibilityInsights.Extensions.AzureDevOpsTests/Extensions.AzureDevOpsTests.csproj index 53e3873d3..e1832915e 100644 --- a/src/AccessibilityInsights.Extensions.AzureDevOpsTests/Extensions.AzureDevOpsTests.csproj +++ b/src/AccessibilityInsights.Extensions.AzureDevOpsTests/Extensions.AzureDevOpsTests.csproj @@ -18,7 +18,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/AccessibilityInsights.Extensions.DiskLoggingTelemetryTests/Extensions.DiskLoggingTelemetryTests.csproj b/src/AccessibilityInsights.Extensions.DiskLoggingTelemetryTests/Extensions.DiskLoggingTelemetryTests.csproj index 421d83448..4aaa55b6a 100644 --- a/src/AccessibilityInsights.Extensions.DiskLoggingTelemetryTests/Extensions.DiskLoggingTelemetryTests.csproj +++ b/src/AccessibilityInsights.Extensions.DiskLoggingTelemetryTests/Extensions.DiskLoggingTelemetryTests.csproj @@ -14,7 +14,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/AccessibilityInsights.Extensions.GitHubAutoUpdateUnitTests/Extensions.GitHubAutoUpdateUnitTests.csproj b/src/AccessibilityInsights.Extensions.GitHubAutoUpdateUnitTests/Extensions.GitHubAutoUpdateUnitTests.csproj index ab5d928d6..f65563e05 100644 --- a/src/AccessibilityInsights.Extensions.GitHubAutoUpdateUnitTests/Extensions.GitHubAutoUpdateUnitTests.csproj +++ b/src/AccessibilityInsights.Extensions.GitHubAutoUpdateUnitTests/Extensions.GitHubAutoUpdateUnitTests.csproj @@ -17,7 +17,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/AccessibilityInsights.Extensions.GitHubUnitTests/Extensions.GitHubUnitTests.csproj b/src/AccessibilityInsights.Extensions.GitHubUnitTests/Extensions.GitHubUnitTests.csproj index 1e8f1015e..5199e0684 100644 --- a/src/AccessibilityInsights.Extensions.GitHubUnitTests/Extensions.GitHubUnitTests.csproj +++ b/src/AccessibilityInsights.Extensions.GitHubUnitTests/Extensions.GitHubUnitTests.csproj @@ -17,7 +17,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/AccessibilityInsights.Extensions.TelemetryTests/Extensions.TelemetryTests.csproj b/src/AccessibilityInsights.Extensions.TelemetryTests/Extensions.TelemetryTests.csproj index 5b36e81f1..c42b7abbb 100644 --- a/src/AccessibilityInsights.Extensions.TelemetryTests/Extensions.TelemetryTests.csproj +++ b/src/AccessibilityInsights.Extensions.TelemetryTests/Extensions.TelemetryTests.csproj @@ -17,7 +17,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/AccessibilityInsights.ExtensionsTests/ExtensionsTests.csproj b/src/AccessibilityInsights.ExtensionsTests/ExtensionsTests.csproj index f6dd3c9c2..0e0dcbeee 100644 --- a/src/AccessibilityInsights.ExtensionsTests/ExtensionsTests.csproj +++ b/src/AccessibilityInsights.ExtensionsTests/ExtensionsTests.csproj @@ -21,7 +21,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/AccessibilityInsights.SetupLibraryUnitTests/SetupLibraryUnitTests.csproj b/src/AccessibilityInsights.SetupLibraryUnitTests/SetupLibraryUnitTests.csproj index 411f19e4e..f080f1383 100644 --- a/src/AccessibilityInsights.SetupLibraryUnitTests/SetupLibraryUnitTests.csproj +++ b/src/AccessibilityInsights.SetupLibraryUnitTests/SetupLibraryUnitTests.csproj @@ -17,7 +17,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/AccessibilityInsights.SharedUxTests/SharedUxTests.csproj b/src/AccessibilityInsights.SharedUxTests/SharedUxTests.csproj index de4de94b3..06bd32c06 100644 --- a/src/AccessibilityInsights.SharedUxTests/SharedUxTests.csproj +++ b/src/AccessibilityInsights.SharedUxTests/SharedUxTests.csproj @@ -38,7 +38,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/AccessibilityInsights.VersionSwitcherUnitTests/VersionSwitcherUnitTests.csproj b/src/AccessibilityInsights.VersionSwitcherUnitTests/VersionSwitcherUnitTests.csproj index 95ae12d40..5ccb0de43 100644 --- a/src/AccessibilityInsights.VersionSwitcherUnitTests/VersionSwitcherUnitTests.csproj +++ b/src/AccessibilityInsights.VersionSwitcherUnitTests/VersionSwitcherUnitTests.csproj @@ -14,7 +14,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/AccessibilityInsightsUnitTests/AccessibilityInsightsUnitTests.csproj b/src/AccessibilityInsightsUnitTests/AccessibilityInsightsUnitTests.csproj index 7d31f29de..2d07efe5b 100644 --- a/src/AccessibilityInsightsUnitTests/AccessibilityInsightsUnitTests.csproj +++ b/src/AccessibilityInsightsUnitTests/AccessibilityInsightsUnitTests.csproj @@ -14,7 +14,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/ManifestTests/ManifestTests.csproj b/src/ManifestTests/ManifestTests.csproj index 6a1ad7667..84a636daf 100644 --- a/src/ManifestTests/ManifestTests.csproj +++ b/src/ManifestTests/ManifestTests.csproj @@ -14,7 +14,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/MsiFileTests/MsiFileTests.csproj b/src/MsiFileTests/MsiFileTests.csproj index b647c2c45..35527eacd 100644 --- a/src/MsiFileTests/MsiFileTests.csproj +++ b/src/MsiFileTests/MsiFileTests.csproj @@ -14,7 +14,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive