From b1738ac72857e03ca6c406a17b96c6a837462a08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Jare=C5=A1?= Date: Mon, 25 Apr 2022 14:52:40 +0200 Subject: [PATCH] Use most recent stable version of Microsoft.CodeCoverage for unit tests (#3601) --- scripts/build/TestPlatform.Dependencies.props | 2 ++ scripts/build/TestPlatform.Settings.targets | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/build/TestPlatform.Dependencies.props b/scripts/build/TestPlatform.Dependencies.props index 3859914134..3111aae312 100644 --- a/scripts/build/TestPlatform.Dependencies.props +++ b/scripts/build/TestPlatform.Dependencies.props @@ -76,6 +76,8 @@ 3.3.4-beta1.21554.2 3.3.3 + 17.1.0 + true diff --git a/scripts/build/TestPlatform.Settings.targets b/scripts/build/TestPlatform.Settings.targets index 67963841be..3e2ce6cb9e 100644 --- a/scripts/build/TestPlatform.Settings.targets +++ b/scripts/build/TestPlatform.Settings.targets @@ -129,7 +129,7 @@ $(MSTestAssertExtensionVersion) - 1.0.3 + $(MicrosoftCodeCoverageVersion)