hrms-api-backend/.config/dotnet-tools.json

12 lines
161 B
JSON
Raw Normal View History

2024-05-01 09:49:36 +07:00
{
"version": 1,
"isRoot": true,
"tools": {
"csharpier": {
"version": "0.28.2",
"commands": [
"dotnet-csharpier"
]
}
}
}