From 4beb7d307ea800e071a994fbaca6d7bdb4466e29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 16:22:31 +0000 Subject: [PATCH] Bump MSTest.TestAdapter from 3.0.4 to 3.3.1 in /singletonclient Bumps [MSTest.TestAdapter](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.TestAdapter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../UnitTestSingletonIcu.csproj | 76 +++++++++++++++++++ .../UnitTestSingletonIcu/packages.config | 16 +++- 2 files changed, 91 insertions(+), 1 deletion(-) diff --git a/singletonclient/UnitTestSingletonIcu/UnitTestSingletonIcu.csproj b/singletonclient/UnitTestSingletonIcu/UnitTestSingletonIcu.csproj index bf7baa5b0..edcec842f 100644 --- a/singletonclient/UnitTestSingletonIcu/UnitTestSingletonIcu.csproj +++ b/singletonclient/UnitTestSingletonIcu/UnitTestSingletonIcu.csproj @@ -1,5 +1,9 @@  + + + + @@ -40,6 +44,42 @@ 4 + + ..\packages\Microsoft.ApplicationInsights.2.22.0\lib\net46\Microsoft.ApplicationInsights.dll + True + + + ..\packages\Microsoft.Testing.Extensions.Telemetry.1.1.0\lib\netstandard2.0\Microsoft.Testing.Extensions.Telemetry.dll + True + + + ..\packages\Microsoft.Testing.Extensions.TrxReport.Abstractions.1.1.0\lib\netstandard2.0\Microsoft.Testing.Extensions.TrxReport.Abstractions.dll + True + + + ..\packages\Microsoft.Testing.Extensions.VSTestBridge.1.1.0\lib\netstandard2.0\Microsoft.Testing.Extensions.VSTestBridge.dll + True + + + ..\packages\Microsoft.Testing.Platform.1.1.0\lib\netstandard2.0\Microsoft.Testing.Platform.dll + True + + + ..\packages\Microsoft.Testing.Platform.MSBuild.1.1.0\lib\netstandard2.0\Microsoft.Testing.Platform.MSBuild.dll + True + + + ..\packages\Microsoft.TestPlatform.ObjectModel.17.9.0\lib\net462\Microsoft.TestPlatform.CoreUtilities.dll + True + + + ..\packages\Microsoft.TestPlatform.ObjectModel.17.9.0\lib\net462\Microsoft.TestPlatform.PlatformAbstractions.dll + True + + + ..\packages\Microsoft.TestPlatform.ObjectModel.17.9.0\lib\net462\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll + True + ..\packages\MSTest.TestFramework.3.0.4\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.dll @@ -47,7 +87,35 @@ ..\packages\MSTest.TestFramework.3.0.4\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll + + ..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll + True + + + ..\packages\System.Collections.Immutable.8.0.0\lib\net462\System.Collections.Immutable.dll + True + + + ..\packages\System.Diagnostics.DiagnosticSource.8.0.1\lib\net462\System.Diagnostics.DiagnosticSource.dll + True + + + ..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll + True + + + ..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll + True + + + ..\packages\System.Reflection.Metadata.8.0.0\lib\net462\System.Reflection.Metadata.dll + True + + + ..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll + True + @@ -74,6 +142,14 @@ + + + + + + + + \ No newline at end of file diff --git a/singletonclient/UnitTestSingletonIcu/packages.config b/singletonclient/UnitTestSingletonIcu/packages.config index e603a8060..3e3d5e12c 100644 --- a/singletonclient/UnitTestSingletonIcu/packages.config +++ b/singletonclient/UnitTestSingletonIcu/packages.config @@ -1,5 +1,19 @@  - + + + + + + + + + + + + + + + \ No newline at end of file