From 1f15489cfd27ce490b53434420a3727931136e59 Mon Sep 17 00:00:00 2001 From: Stephen Toub Date: Mon, 22 May 2023 06:19:30 -0400 Subject: [PATCH] Fix code coverage of corelib by updating coverlet (#86566) --- .config/dotnet-tools.json | 2 +- eng/Versions.props | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index c58369fe708..483fa568dfa 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "coverlet.console": { - "version": "3.1.2", + "version": "6.0.0", "commands": [ "coverlet" ] diff --git a/eng/Versions.props b/eng/Versions.props index ba8da98b627..6c05b56898b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -189,7 +189,7 @@ 2.4.5 3.12.0 4.1.0 - 3.1.2 + 6.0.0 13.0.1 1.0.2 2.0.4 -- 2.34.1