Skip to content

Commit

Permalink
Add kiota tool
Browse files Browse the repository at this point in the history
  • Loading branch information
kanpov committed Jun 15, 2024
1 parent 089af44 commit 9315a41
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,29 @@
"version": "1.0.52",
"commands": [
"central-pkg-converter"
]
],
"rollForward": false
},
"cake.tool": {
"version": "2.0.0",
"commands": [
"dotnet-cake"
]
],
"rollForward": false
},
"csharpier": {
"version": "0.28.2",
"commands": [
"dotnet-csharpier"
]
],
"rollForward": false
},
"microsoft.openapi.kiota": {
"version": "1.15.0",
"commands": [
"kiota"
],
"rollForward": false
}
}
}
}

0 comments on commit 9315a41

Please sign in to comment.