From f1244fd8189cb14b55df3c8c8f3b4fecb6c3b27e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 09:46:18 +0000 Subject: [PATCH] Bump the dotnet group with 3 updates Bumps Microsoft.NET.Test.Sdk from 17.14.0 to 18.0.0 Bumps MSTest.TestAdapter from 3.9.1 to 4.0.1 Bumps MSTest.TestFramework from 3.9.1 to 4.0.1 --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet - dependency-name: MSTest.TestAdapter dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet - dependency-name: MSTest.TestFramework dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet ... Signed-off-by: dependabot[bot] --- .../csharp/PrimeService.Tests/PrimeService.Tests.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/core/testing/snippets/unit-testing-using-mstest/csharp/PrimeService.Tests/PrimeService.Tests.csproj b/docs/core/testing/snippets/unit-testing-using-mstest/csharp/PrimeService.Tests/PrimeService.Tests.csproj index 7425e24752301..0d610357ca86f 100644 --- a/docs/core/testing/snippets/unit-testing-using-mstest/csharp/PrimeService.Tests/PrimeService.Tests.csproj +++ b/docs/core/testing/snippets/unit-testing-using-mstest/csharp/PrimeService.Tests/PrimeService.Tests.csproj @@ -7,9 +7,9 @@ - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive