Skip to content

Commit

Permalink
chore: update fantomas CLI tool.
Browse files Browse the repository at this point in the history
  • Loading branch information
hcoona committed Sep 19, 2022
1 parent 07a448f commit d79c139
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-format": {
"version": "5.1.250801",
"commands": [
"dotnet-format"
]
},
"fantomas-tool": {
"version": "4.7.9",
"commands": [
"fantomas"
]
},
"dotnet-ef": {
"version": "6.0.8",
"commands": [
"dotnet-ef"
]
},
"microsoft.visualstudio.slngen.tool": {
"version": "8.5.17",
"commands": [
"slngen"
]
}
}
}
{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-format": {
"version": "5.1.250801",
"commands": [
"dotnet-format"
]
},
"fantomas": {
"version": "5.0.1",
"commands": [
"fantomas"
]
},
"dotnet-ef": {
"version": "6.0.8",
"commands": [
"dotnet-ef"
]
},
"microsoft.visualstudio.slngen.tool": {
"version": "8.5.17",
"commands": [
"slngen"
]
}
}
}

0 comments on commit d79c139

Please sign in to comment.