ZenithInfo/.config/dotnet-tools.json

12 lines
161 B
JSON
Raw Normal View History

2024-12-31 00:01:46 -05:00
{
"version": 1,
"isRoot": true,
"tools": {
"csharpier": {
"version": "0.30.4",
"commands": [
"dotnet-csharpier"
]
}
}
}