chore(tooling): add csharpier

This commit is contained in:
cswimr 2025-01-29 18:21:53 +00:00
parent 4106065fba
commit 70d5d038b9
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

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

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