From fd426cfdf4a781bac521da742800ee2e602eaf84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 03:44:34 +0000 Subject: [PATCH] Bump MSTest.TestFramework from 3.1.1 to 3.4.0 Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) from 3.1.1 to 3.4.0. - [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.1.1...v3.4.0) --- updated-dependencies: - dependency-name: MSTest.TestFramework dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ClientLibrary.Test/ClientLibrary.Test.csproj | 17 +++++++++++++---- ClientLibrary.Test/packages.config | 2 +- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/ClientLibrary.Test/ClientLibrary.Test.csproj b/ClientLibrary.Test/ClientLibrary.Test.csproj index 0cb7b7f..1ea784e 100644 --- a/ClientLibrary.Test/ClientLibrary.Test.csproj +++ b/ClientLibrary.Test/ClientLibrary.Test.csproj @@ -1,19 +1,28 @@ - netcoreapp6.0 false - - - + + + ..\packages\MSTest.TestFramework.3.4.0\lib\net6.0\Microsoft.VisualStudio.TestPlatform.TestFramework.dll + True + + + + + + This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105.The missing file is {0}. + + + \ No newline at end of file diff --git a/ClientLibrary.Test/packages.config b/ClientLibrary.Test/packages.config index 918f811..cc26d93 100644 --- a/ClientLibrary.Test/packages.config +++ b/ClientLibrary.Test/packages.config @@ -1,5 +1,5 @@ - + \ No newline at end of file