From c28f6c7b02f3aa517eb7a0669aead63d658aac02 Mon Sep 17 00:00:00 2001 From: Robert Haken Date: Sat, 19 Oct 2024 09:23:13 +0200 Subject: [PATCH] Update unit-testing-mstest-sdk.md - Update your project - duplicate versioning --- docs/core/testing/unit-testing-mstest-sdk.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/testing/unit-testing-mstest-sdk.md b/docs/core/testing/unit-testing-mstest-sdk.md index 9532be72279d4..d1389adf2330c 100644 --- a/docs/core/testing/unit-testing-mstest-sdk.md +++ b/docs/core/testing/unit-testing-mstest-sdk.md @@ -199,7 +199,7 @@ Consider the following steps that are required to migrate to the MSTest SDK. ### Update your project -When migrating an existing MSTest test project to MSTest SDK, start by replacing the `Sdk="Microsoft.NET.Sdk"` entry at the top of your test project with `Sdk="MSTest.Sdk/3.3.1"` +When migrating an existing MSTest test project to MSTest SDK, start by replacing the `Sdk="Microsoft.NET.Sdk"` entry at the top of your test project with `Sdk="MSTest.Sdk"` ```diff - Sdk="Microsoft.NET.Sdk"