api/.config/dotnet-tools.json

12 lines
161 B
JSON
Raw Normal View History

2024-02-26 12:37:42 +03:30
{
"version": 1,
"isRoot": true,
"tools": {
"mapster.tool": {
"version": "8.4.0",
"commands": [
"dotnet-mapster"
]
}
}
}