tool manifest

This commit is contained in:
caleb 2025-07-06 23:48:48 +09:00
parent 7765f84b03
commit b1afd45d41

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

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