osu/.config/dotnet-tools.json

18 lines
268 B
JSON
Raw Normal View History

{
"version": 1,
"isRoot": true,
"tools": {
"cake.tool": {
"version": "0.35.0",
"commands": [
"dotnet-cake"
]
2019-11-11 12:32:32 +00:00
},
"dotnet-format": {
"version": "3.1.37601",
"commands": [
"dotnet-format"
]
}
}
}