Files
osu-framework/.config/dotnet-tools.json
2022-04-22 17:06:07 +08:00

30 lines
483 B
JSON

{
"version": 1,
"isRoot": true,
"tools": {
"cake.tool": {
"version": "0.35.0",
"commands": [
"dotnet-cake"
]
},
"jetbrains.resharper.globaltools": {
"version": "2022.1.0-eap10",
"commands": [
"jb"
]
},
"nvika": {
"version": "2.2.0",
"commands": [
"nvika"
]
},
"codefilesanity": {
"version": "0.0.36",
"commands": [
"CodeFileSanity"
]
}
}
}