From 931b70a51abb3261e3a19b4240f9757473d4d397 Mon Sep 17 00:00:00 2001 From: Marco Rossignoli Date: Mon, 7 Feb 2022 15:49:00 +0100 Subject: [PATCH] Bump coverlet version to 3.1.2 (#64875) --- .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 447d17d5160..7e6789ffee7 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "coverlet.console": { - "version": "3.1.0", + "version": "3.1.2", "commands": [ "coverlet" ] diff --git a/eng/Versions.props b/eng/Versions.props index 133782fee45..a7975f82415 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -168,7 +168,7 @@ 2.4.2-pre.22 0.12.0-pre.20 2.4.2 - 3.1.0 + 3.1.2 12.0.3 2.0.4 4.12.0 -- GitLab