From a417910d1e8dc94c61bbc28d4774ab72b140b26e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 11:21:23 +0000 Subject: [PATCH] Bump MSTest from 3.7.0 to 3.7.1 Bumps [MSTest](https://github.com/microsoft/testfx) from 3.7.0 to 3.7.1. - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](https://github.com/microsoft/testfx/compare/v3.7.0...v3.7.1) --- updated-dependencies: - dependency-name: MSTest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --- .../CICD.Tools.GitHubToCatalogYamlTests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CICD.Tools.GitHubToCatalogYamlTests/CICD.Tools.GitHubToCatalogYamlTests.csproj b/CICD.Tools.GitHubToCatalogYamlTests/CICD.Tools.GitHubToCatalogYamlTests.csproj index 8f48a43..3680b8f 100644 --- a/CICD.Tools.GitHubToCatalogYamlTests/CICD.Tools.GitHubToCatalogYamlTests.csproj +++ b/CICD.Tools.GitHubToCatalogYamlTests/CICD.Tools.GitHubToCatalogYamlTests.csproj @@ -14,7 +14,7 @@ <PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="9.0.0" /> <PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="9.0.0" /> <PackageReference Include="Moq" Version="4.20.72" /> - <PackageReference Include="MSTest" Version="3.7.0" /> + <PackageReference Include="MSTest" Version="3.7.1" /> <PackageReference Include="coverlet.collector" Version="6.0.2" /> </ItemGroup>