Skip to content

Commit

Permalink
Add dotnet-tools.json to solution items + update version
Browse files Browse the repository at this point in the history
  • Loading branch information
zejji committed Nov 20, 2023
1 parent cd2019f commit a89d7ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"csharpier": {
"version": "0.26.1",
"version": "0.26.2",
"commands": [
"dotnet-csharpier"
]
Expand Down
1 change: 1 addition & 0 deletions DbContextScope.sln
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution items", "Solution
.gitattributes = .gitattributes
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
.config\dotnet-tools.json = .config\dotnet-tools.json
global.json = global.json
README.md = README.md
stylecop.json = stylecop.json
Expand Down

0 comments on commit a89d7ac

Please sign in to comment.