cicd-github-actions/.config/dotnet-tools.json

12 lines
161 B
JSON
Raw Normal View History

2023-06-30 13:00:30 +00:00
{
"version": 1,
"isRoot": true,
"tools": {
"csharpier": {
"version": "0.25.0",
"commands": [
"dotnet-csharpier"
]
}
}
}