From 35d1bec8d08a6311a8c87aa868818135d34eed75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 21:13:24 +0000 Subject: [PATCH] Bump the mstest group with 2 updates Bumps MSTest.Sdk from 3.8.3 to 4.2.2 Bumps MSTest.TestFramework from 3.8.3 to 4.2.2 --- updated-dependencies: - dependency-name: MSTest.Sdk dependency-version: 4.2.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: mstest - dependency-name: MSTest.TestFramework dependency-version: 4.2.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: mstest ... Signed-off-by: dependabot[bot] --- global.json | 2 +- .../PlcInterface.IntegrationTests.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index 4e94f1cf..a8e66aad 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "msbuild-sdks": { - "MSTest.Sdk": "3.8.3" + "MSTest.Sdk": "4.2.2" } } \ No newline at end of file diff --git a/test/PlcInterface.IntegrationTests/PlcInterface.IntegrationTests.csproj b/test/PlcInterface.IntegrationTests/PlcInterface.IntegrationTests.csproj index 1ee0f74e..50f03bbf 100644 --- a/test/PlcInterface.IntegrationTests/PlcInterface.IntegrationTests.csproj +++ b/test/PlcInterface.IntegrationTests/PlcInterface.IntegrationTests.csproj @@ -2,7 +2,7 @@ - +