1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-08 03:27:04 +09:00
Satori/.config/dotnet-tools.json
dotnet-maestro[bot] 3e2029d8ed
Update dependencies from https://github.com/dotnet/xharness build 20250409.2 (#114612)
Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Common , Microsoft.DotNet.XHarness.TestRunners.Xunit
 From Version 9.0.0-prerelease.25207.3 -> To Version 9.0.0-prerelease.25209.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Carlos Sánchez López <1175054+carlossanlop@users.noreply.github.com>
2025-04-14 13:51:51 -06:00

30 lines
551 B
JSON

{
"version": 1,
"isRoot": true,
"tools": {
"coverlet.console": {
"version": "6.0.0",
"commands": [
"coverlet"
]
},
"dotnet-reportgenerator-globaltool": {
"version": "5.3.0",
"commands": [
"reportgenerator"
]
},
"microsoft.dotnet.xharness.cli": {
"version": "9.0.0-prerelease.25209.2",
"commands": [
"xharness"
]
},
"microsoft.visualstudio.slngen.tool": {
"version": "11.1.0",
"commands": [
"slngen"
]
}
}
}