Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Rossignoli <marco.rossignoli@gmail.com>2022-02-07 17:49:00 +0300
committerGitHub <noreply@github.com>2022-02-07 17:49:00 +0300
commit931b70a51abb3261e3a19b4240f9757473d4d397 (patch)
treeac9a55d9b7698d3d3a1542359fd7cd4544e3828c /.config
parent179ffff7967f3136d8f8d0d17510a5460dd01adb (diff)
Bump coverlet version to 3.1.2 (#64875)
Diffstat (limited to '.config')
-rw-r--r--.config/dotnet-tools.json2
1 files changed, 1 insertions, 1 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"
]