From 56fe40f06e5dba05942b768b704d6fb738d5a3a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2024 22:36:01 +0000 Subject: [PATCH] Bump MSTest.TestFramework from 3.3.1 to 3.4.3 Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) from 3.3.1 to 3.4.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/v3.3.1...v3.4.3) --- updated-dependencies: - dependency-name: MSTest.TestFramework dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../Bicep.Cli.IntegrationTests.csproj | 2 +- src/Bicep.Cli.UnitTests/Bicep.Cli.UnitTests.csproj | 2 +- .../Bicep.Core.IntegrationTests.csproj | 2 +- src/Bicep.Core.Samples/Bicep.Core.Samples.csproj | 2 +- src/Bicep.Core.UnitTests/Bicep.Core.UnitTests.csproj | 2 +- .../Bicep.Decompiler.IntegrationTests.csproj | 2 +- .../Bicep.Decompiler.UnitTests.csproj | 2 +- .../Bicep.LangServer.IntegrationTests.csproj | 2 +- .../Bicep.LangServer.UnitTests.csproj | 2 +- .../Bicep.Local.Deploy.IntegrationTests.csproj | 2 +- .../Bicep.RegistryModuleTool.IntegrationTests.csproj | 2 +- .../Bicep.RegistryModuleTool.UnitTests.csproj | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/Bicep.Cli.IntegrationTests/Bicep.Cli.IntegrationTests.csproj b/src/Bicep.Cli.IntegrationTests/Bicep.Cli.IntegrationTests.csproj index 6974ba1ac86..69e3b63196f 100644 --- a/src/Bicep.Cli.IntegrationTests/Bicep.Cli.IntegrationTests.csproj +++ b/src/Bicep.Cli.IntegrationTests/Bicep.Cli.IntegrationTests.csproj @@ -17,7 +17,7 @@ - + diff --git a/src/Bicep.Cli.UnitTests/Bicep.Cli.UnitTests.csproj b/src/Bicep.Cli.UnitTests/Bicep.Cli.UnitTests.csproj index 1a97a193cec..39f266b26df 100644 --- a/src/Bicep.Cli.UnitTests/Bicep.Cli.UnitTests.csproj +++ b/src/Bicep.Cli.UnitTests/Bicep.Cli.UnitTests.csproj @@ -12,7 +12,7 @@ - + diff --git a/src/Bicep.Core.IntegrationTests/Bicep.Core.IntegrationTests.csproj b/src/Bicep.Core.IntegrationTests/Bicep.Core.IntegrationTests.csproj index 35996b0a6ec..c5a210dab2f 100644 --- a/src/Bicep.Core.IntegrationTests/Bicep.Core.IntegrationTests.csproj +++ b/src/Bicep.Core.IntegrationTests/Bicep.Core.IntegrationTests.csproj @@ -19,7 +19,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/Bicep.Core.Samples/Bicep.Core.Samples.csproj b/src/Bicep.Core.Samples/Bicep.Core.Samples.csproj index df8cb3c9367..8f71d26157e 100644 --- a/src/Bicep.Core.Samples/Bicep.Core.Samples.csproj +++ b/src/Bicep.Core.Samples/Bicep.Core.Samples.csproj @@ -17,7 +17,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/Bicep.Core.UnitTests/Bicep.Core.UnitTests.csproj b/src/Bicep.Core.UnitTests/Bicep.Core.UnitTests.csproj index e92df878e38..325580cd4f5 100644 --- a/src/Bicep.Core.UnitTests/Bicep.Core.UnitTests.csproj +++ b/src/Bicep.Core.UnitTests/Bicep.Core.UnitTests.csproj @@ -11,7 +11,7 @@ - + all diff --git a/src/Bicep.Decompiler.IntegrationTests/Bicep.Decompiler.IntegrationTests.csproj b/src/Bicep.Decompiler.IntegrationTests/Bicep.Decompiler.IntegrationTests.csproj index 349babffbc2..d9d80bb5db6 100644 --- a/src/Bicep.Decompiler.IntegrationTests/Bicep.Decompiler.IntegrationTests.csproj +++ b/src/Bicep.Decompiler.IntegrationTests/Bicep.Decompiler.IntegrationTests.csproj @@ -13,7 +13,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/Bicep.Decompiler.UnitTests/Bicep.Decompiler.UnitTests.csproj b/src/Bicep.Decompiler.UnitTests/Bicep.Decompiler.UnitTests.csproj index f8ab3a62964..aea2409191c 100644 --- a/src/Bicep.Decompiler.UnitTests/Bicep.Decompiler.UnitTests.csproj +++ b/src/Bicep.Decompiler.UnitTests/Bicep.Decompiler.UnitTests.csproj @@ -8,7 +8,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/Bicep.LangServer.IntegrationTests/Bicep.LangServer.IntegrationTests.csproj b/src/Bicep.LangServer.IntegrationTests/Bicep.LangServer.IntegrationTests.csproj index 310d9cfd09b..d749a364ab7 100644 --- a/src/Bicep.LangServer.IntegrationTests/Bicep.LangServer.IntegrationTests.csproj +++ b/src/Bicep.LangServer.IntegrationTests/Bicep.LangServer.IntegrationTests.csproj @@ -15,7 +15,7 @@ - + all diff --git a/src/Bicep.LangServer.UnitTests/Bicep.LangServer.UnitTests.csproj b/src/Bicep.LangServer.UnitTests/Bicep.LangServer.UnitTests.csproj index 1c33fda8e88..82173e00223 100644 --- a/src/Bicep.LangServer.UnitTests/Bicep.LangServer.UnitTests.csproj +++ b/src/Bicep.LangServer.UnitTests/Bicep.LangServer.UnitTests.csproj @@ -15,7 +15,7 @@ - + all diff --git a/src/Bicep.Local.Deploy.IntegrationTests/Bicep.Local.Deploy.IntegrationTests.csproj b/src/Bicep.Local.Deploy.IntegrationTests/Bicep.Local.Deploy.IntegrationTests.csproj index c3ec86f5203..532992dd1b3 100644 --- a/src/Bicep.Local.Deploy.IntegrationTests/Bicep.Local.Deploy.IntegrationTests.csproj +++ b/src/Bicep.Local.Deploy.IntegrationTests/Bicep.Local.Deploy.IntegrationTests.csproj @@ -12,7 +12,7 @@ - + diff --git a/src/Bicep.RegistryModuleTool.IntegrationTests/Bicep.RegistryModuleTool.IntegrationTests.csproj b/src/Bicep.RegistryModuleTool.IntegrationTests/Bicep.RegistryModuleTool.IntegrationTests.csproj index 8ba32697a1e..d887d7951a6 100644 --- a/src/Bicep.RegistryModuleTool.IntegrationTests/Bicep.RegistryModuleTool.IntegrationTests.csproj +++ b/src/Bicep.RegistryModuleTool.IntegrationTests/Bicep.RegistryModuleTool.IntegrationTests.csproj @@ -3,7 +3,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/Bicep.RegistryModuleTool.UnitTests/Bicep.RegistryModuleTool.UnitTests.csproj b/src/Bicep.RegistryModuleTool.UnitTests/Bicep.RegistryModuleTool.UnitTests.csproj index 5d5f64f15b9..77767093773 100644 --- a/src/Bicep.RegistryModuleTool.UnitTests/Bicep.RegistryModuleTool.UnitTests.csproj +++ b/src/Bicep.RegistryModuleTool.UnitTests/Bicep.RegistryModuleTool.UnitTests.csproj @@ -7,7 +7,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive