Skip to content

Commit 0fe79bc

Browse files
committed
Install csharpier locally
1 parent 17e8a59 commit 0fe79bc

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.config/dotnet-tools.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"version": 1,
3+
"isRoot": true,
4+
"tools": {
5+
"csharpier": {
6+
"version": "0.28.2",
7+
"commands": [
8+
"dotnet-csharpier"
9+
],
10+
"rollForward": false
11+
}
12+
}
13+
}

Jvw.DevToys.SemverCalculator.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution", "Solution", "{6BCCBB68-2021-4A28-B734-B433020EEF6B}"
99
ProjectSection(SolutionItems) = preProject
1010
.gitignore = .gitignore
11+
.config\dotnet-tools.json = .config\dotnet-tools.json
1112
EndProjectSection
1213
EndProject
1314
Global

0 commit comments

Comments
 (0)