Stash setup

This commit is contained in:
Merith 2025-07-15 09:54:04 -07:00
parent e84c692035
commit 899fc9811f
2 changed files with 35 additions and 0 deletions

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

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