From 1d3039474ca085b64800e5b85556e4a903213308 Mon Sep 17 00:00:00 2001 From: Codrin-Victor Poienaru Date: Wed, 19 Aug 2020 17:49:50 +0200 Subject: [PATCH] Fixed code coverage compatibility issue (#2527) Fixed code coverage compatibility issue --- scripts/build/TestPlatform.Dependencies.props | 2 +- scripts/build/TestPlatform.Settings.targets | 2 +- .../DynamicCoverageDataCollectorImpl.cs | 22 +++++++++++++++++-- 3 files changed, 22 insertions(+), 4 deletions(-) diff --git a/scripts/build/TestPlatform.Dependencies.props b/scripts/build/TestPlatform.Dependencies.props index 288d633c84..fde8e257c3 100644 --- a/scripts/build/TestPlatform.Dependencies.props +++ b/scripts/build/TestPlatform.Dependencies.props @@ -11,7 +11,7 @@ - 16.7.0-dev + 16.7.1-dev 2.1.0 2.1.0 diff --git a/scripts/build/TestPlatform.Settings.targets b/scripts/build/TestPlatform.Settings.targets index 3cea7cbf3e..ab042be951 100644 --- a/scripts/build/TestPlatform.Settings.targets +++ b/scripts/build/TestPlatform.Settings.targets @@ -5,7 +5,7 @@ - 16.7.0 + 16.7.1