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

21 lines
310 B
JSON
Raw Normal View History

{
"version": 1,
"isRoot": true,
"tools": {
"husky": {
2025-01-27 16:26:00 +01:00
"version": "0.7.2",
"commands": [
"husky"
],
"rollForward": false
},
"csharpier": {
2025-01-27 16:26:00 +01:00
"version": "0.30.6",
"commands": [
"dotnet-csharpier"
],
"rollForward": false
}
}
2025-01-27 16:26:00 +01:00
}