feat: 添加 dotnet 工具配置文件

新增 .config/dotnet-tools.json 配置文件,集成 DotnetCtrfJsonReporter 工具。
[skip ci]
This commit is contained in:
GeWuYou 2026-01-29 17:05:18 +08:00
parent 7a1b43dff1
commit f2b3c8663e

13
.config/dotnet-tools.json Normal file
View File

@ -0,0 +1,13 @@
{
"version": 1,
"isRoot": true,
"tools": {
"dotnetctrfjsonreporter": {
"version": "0.0.7",
"commands": [
"DotnetCtrfJsonReporter"
],
"rollForward": false
}
}
}