From 7f89131c0a24436069b2355cf256f582669604fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 19:10:41 +0000 Subject: [PATCH] Bump Microsoft.NET.Test.Sdk from 17.13.0 to 18.0.0 --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.0.0 dependency-type: direct:production update-type: version-update:semver-major ... 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..bfb794b 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..0b5c63c 100644 --- a/ShuntingYard.Tests/ShuntingYard.Tests.csproj +++ b/ShuntingYard.Tests/ShuntingYard.Tests.csproj @@ -10,7 +10,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive