From 38485b829a1001342dbfe3960b9c749d8731e400 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 14:00:00 +0000 Subject: [PATCH] Bump MSTest.TestAdapter from 3.6.3 to 3.6.4 Bumps [MSTest.TestAdapter](https://github.com/microsoft/testfx) from 3.6.3 to 3.6.4. - [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.6.3...v3.6.4) --- updated-dependencies: - dependency-name: MSTest.TestAdapter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../Bicep.Types.Az.UnitTests.csproj | 2 +- src/Bicep.Types.Az.UnitTests/packages.lock.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Bicep.Types.Az.UnitTests/Bicep.Types.Az.UnitTests.csproj b/src/Bicep.Types.Az.UnitTests/Bicep.Types.Az.UnitTests.csproj index f3ab50bb28..8f7d5de064 100644 --- a/src/Bicep.Types.Az.UnitTests/Bicep.Types.Az.UnitTests.csproj +++ b/src/Bicep.Types.Az.UnitTests/Bicep.Types.Az.UnitTests.csproj @@ -8,7 +8,7 @@ - + all diff --git a/src/Bicep.Types.Az.UnitTests/packages.lock.json b/src/Bicep.Types.Az.UnitTests/packages.lock.json index 4776f72a3d..bdf93840b8 100644 --- a/src/Bicep.Types.Az.UnitTests/packages.lock.json +++ b/src/Bicep.Types.Az.UnitTests/packages.lock.json @@ -39,9 +39,9 @@ }, "MSTest.TestAdapter": { "type": "Direct", - "requested": "[3.6.3, )", - "resolved": "3.6.3", - "contentHash": "i3KbdAjLO0W9xlvbhZa9u0wh6X+VZ1yTBsUVlVKtx8B9CXa4rFXPcx3yPysB9gbALmhgAjFza4RRoNyXY9IoXQ==", + "requested": "[3.6.4, )", + "resolved": "3.6.4", + "contentHash": "YdwseRA+nDhRqD2oPHjCE4KzLEN5B10A61lOslE3N3OvUwHJ6ezyZZjYWf7mrZ8jckCcx/UlBclTzgWUpMpPQw==", "dependencies": { "Microsoft.Testing.Extensions.VSTestBridge": "1.4.3", "Microsoft.Testing.Platform.MSBuild": "1.4.3"