From f3983ad000b5cd967967b19967e0530e0319433d Mon Sep 17 00:00:00 2001 From: Stephen Toub Date: Sun, 21 May 2023 22:28:24 -0400 Subject: [PATCH] Fix code coverage of corelib by updating coverlet --- .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 e8658e3172e40..18e7724123973 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 2b7e2b42881ab..10e57fef982f1 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