From 450ea60a40649d1f3050234ae338723830d9d07c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 06:18:58 +0000 Subject: [PATCH] Bump MSTest.TestFramework from 3.7.1 to 3.7.2 Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) from 3.7.1 to 3.7.2. - [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.1...v3.7.2) --- updated-dependencies: - dependency-name: MSTest.TestFramework dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --- .../Analogy.LogViewer.NLog.Targets.UnitTests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Analogy.LogViewer.NLog.Targets.UnitTests/Analogy.LogViewer.NLog.Targets.UnitTests.csproj b/Analogy.LogViewer.NLog.Targets.UnitTests/Analogy.LogViewer.NLog.Targets.UnitTests.csproj index 9b21d9f..4b50ea4 100644 --- a/Analogy.LogViewer.NLog.Targets.UnitTests/Analogy.LogViewer.NLog.Targets.UnitTests.csproj +++ b/Analogy.LogViewer.NLog.Targets.UnitTests/Analogy.LogViewer.NLog.Targets.UnitTests.csproj @@ -9,7 +9,7 @@ <ItemGroup> <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" /> <PackageReference Include="MSTest.TestAdapter" Version="3.7.1" /> - <PackageReference Include="MSTest.TestFramework" Version="3.7.1" /> + <PackageReference Include="MSTest.TestFramework" Version="3.7.2" /> <PackageReference Include="coverlet.collector" Version="6.0.4"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>