ModernWpfPlayground/.config/dotnet-tools.json

18 lines
276 B
JSON

{
"version": 1,
"isRoot": true,
"tools": {
"cake.tool": {
"version": "2.0.0-rc0002",
"commands": [
"dotnet-cake"
]
},
"gitversion.tool": {
"version": "5.8.1",
"commands": [
"dotnet-gitversion"
]
}
}
}