From c7d722ee5cf2a76cfc2cf38297d769a080c4b197 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 16:24:25 +0000 Subject: [PATCH] Bump MSTest.TestFramework from 3.0.4 to 3.3.1 in /singletonclient Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) from 3.0.4 to 3.3.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.0.4...v3.3.1) --- updated-dependencies: - dependency-name: MSTest.TestFramework dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../UnitTestSingletonIcu/UnitTestSingletonIcu.csproj | 10 ++++++---- singletonclient/UnitTestSingletonIcu/packages.config | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/singletonclient/UnitTestSingletonIcu/UnitTestSingletonIcu.csproj b/singletonclient/UnitTestSingletonIcu/UnitTestSingletonIcu.csproj index bf7baa5b0..6be24e182 100644 --- a/singletonclient/UnitTestSingletonIcu/UnitTestSingletonIcu.csproj +++ b/singletonclient/UnitTestSingletonIcu/UnitTestSingletonIcu.csproj @@ -40,11 +40,13 @@ 4 - - ..\packages\MSTest.TestFramework.3.0.4\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.dll + + ..\packages\MSTest.TestFramework.3.3.1\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.dll + True - - ..\packages\MSTest.TestFramework.3.0.4\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll + + ..\packages\MSTest.TestFramework.3.3.1\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll + True diff --git a/singletonclient/UnitTestSingletonIcu/packages.config b/singletonclient/UnitTestSingletonIcu/packages.config index e603a8060..4239a2250 100644 --- a/singletonclient/UnitTestSingletonIcu/packages.config +++ b/singletonclient/UnitTestSingletonIcu/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file