chore(tooling): install csharpier

This commit is contained in:
cswimr 2024-12-31 00:01:46 -05:00
parent bc82270e8c
commit a2fae494a5
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

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

@ -0,0 +1,12 @@
{
"version": 1,
"isRoot": true,
"tools": {
"csharpier": {
"version": "0.30.4",
"commands": [
"dotnet-csharpier"
]
}
}
}