From 7adad31704b4e4ae7d9e4fcf23b09caefab7da1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 13:17:57 +0000 Subject: [PATCH] build(deps): bump MSTest.TestAdapter from 2.2.10 to 3.8.3 Bumps [MSTest.TestAdapter](https://github.com/microsoft/testfx) from 2.2.10 to 3.8.3. - [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/v2.2.10...v3.8.3) --- updated-dependencies: - dependency-name: MSTest.TestAdapter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Tests/Tests.csproj | 82 +++++++++++++++++++++++++++++++++++++++++++ Tests/app.config | 8 ++--- Tests/packages.config | 17 ++++++++- 3 files changed, 102 insertions(+), 5 deletions(-) diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj index 77eaf9b..f295ebe 100644 --- a/Tests/Tests.csproj +++ b/Tests/Tests.csproj @@ -1,5 +1,9 @@ + + + + @@ -54,9 +58,45 @@ true + + ..\packages\Microsoft.ApplicationInsights.2.23.0\lib\net46\Microsoft.ApplicationInsights.dll + True + + + ..\packages\Microsoft.Testing.Platform.MSBuild.1.6.3\lib\netstandard2.0\Microsoft.Testing.Extensions.MSBuild.dll + True + + + ..\packages\Microsoft.Testing.Extensions.Telemetry.1.6.3\lib\netstandard2.0\Microsoft.Testing.Extensions.Telemetry.dll + True + + + ..\packages\Microsoft.Testing.Extensions.TrxReport.Abstractions.1.6.3\lib\netstandard2.0\Microsoft.Testing.Extensions.TrxReport.Abstractions.dll + True + + + ..\packages\Microsoft.Testing.Extensions.VSTestBridge.1.6.3\lib\netstandard2.0\Microsoft.Testing.Extensions.VSTestBridge.dll + True + + + ..\packages\Microsoft.Testing.Platform.1.6.3\lib\netstandard2.0\Microsoft.Testing.Platform.dll + True + + + ..\packages\Microsoft.TestPlatform.ObjectModel.17.13.0\lib\net462\Microsoft.TestPlatform.CoreUtilities.dll + True + + + ..\packages\Microsoft.TestPlatform.ObjectModel.17.13.0\lib\net462\Microsoft.TestPlatform.PlatformAbstractions.dll + True + ..\packages\Microsoft.CodeCoverage.16.4.0\lib\net45\Microsoft.VisualStudio.CodeCoverage.Shim.dll + + ..\packages\Microsoft.TestPlatform.ObjectModel.17.13.0\lib\net462\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll + True + ..\packages\MSTest.TestFramework.3.8.3\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.dll True @@ -69,7 +109,39 @@ RememberTheMilkApi.dll + + ..\packages\System.Buffers.4.6.1\lib\net462\System.Buffers.dll + True + + + ..\packages\System.Collections.Immutable.9.0.3\lib\net462\System.Collections.Immutable.dll + True + + + ..\packages\System.Diagnostics.DiagnosticSource.9.0.3\lib\net462\System.Diagnostics.DiagnosticSource.dll + True + + + ..\packages\System.Memory.4.6.2\lib\net462\System.Memory.dll + True + + + ..\packages\System.Numerics.Vectors.4.6.1\lib\net462\System.Numerics.Vectors.dll + True + + + ..\packages\System.Reflection.Metadata.9.0.3\lib\net462\System.Reflection.Metadata.dll + True + + + ..\packages\System.Runtime.CompilerServices.Unsafe.6.1.1\lib\net462\System.Runtime.CompilerServices.Unsafe.dll + True + + + ..\packages\System.Threading.Tasks.Extensions.4.6.2\lib\net462\System.Threading.Tasks.Extensions.dll + True + @@ -117,10 +189,20 @@ + + + + + + + + + + \ No newline at end of file diff --git a/Tests/app.config b/Tests/app.config index 4133751..663f163 100644 --- a/Tests/app.config +++ b/Tests/app.config @@ -8,19 +8,19 @@ - + - + - + - + diff --git a/Tests/packages.config b/Tests/packages.config index 11c883f..97fd77a 100644 --- a/Tests/packages.config +++ b/Tests/packages.config @@ -1,10 +1,25 @@ + + + + + + + - + + + + + + + + + \ No newline at end of file