Catalogger.NET/.config/dotnet-tools.json

20 lines
309 B
JSON
Raw Normal View History

2024-10-09 17:11:05 +02:00
{
"version": 1,
"isRoot": true,
"tools": {
"csharpier": {
2024-11-19 00:10:12 +01:00
"version": "0.30.1",
2024-10-09 17:11:05 +02:00
"commands": [
"dotnet-csharpier"
],
"rollForward": false
},
"husky": {
"version": "0.7.1",
"commands": [
"husky"
],
"rollForward": false
}
}
}