From f64496882291ef71c7ffd7c549af4a559646c29e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 19:44:03 +0000 Subject: [PATCH] Bump Microsoft.NET.Test.Sdk to 17.14.1 --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 17.14.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 17.14.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- DataStructures.Tests/DataStructures.Tests.csproj | 2 +- ShuntingYard.Tests/ShuntingYard.Tests.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DataStructures.Tests/DataStructures.Tests.csproj b/DataStructures.Tests/DataStructures.Tests.csproj index 5bafcb1..5726d72 100644 --- a/DataStructures.Tests/DataStructures.Tests.csproj +++ b/DataStructures.Tests/DataStructures.Tests.csproj @@ -10,7 +10,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/ShuntingYard.Tests/ShuntingYard.Tests.csproj b/ShuntingYard.Tests/ShuntingYard.Tests.csproj index f6d76a6..5d3a3dc 100644 --- a/ShuntingYard.Tests/ShuntingYard.Tests.csproj +++ b/ShuntingYard.Tests/ShuntingYard.Tests.csproj @@ -10,7 +10,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive