Files
osu-framework/.config/dotnet-tools.json
2025-01-16 12:58:22 +01:00

31 lines
478 B
JSON

{
"version": 1,
"isRoot": true,
"tools": {
"cake.tool": {
"version": "0.35.0",
"commands": [
"dotnet-cake"
]
},
"jetbrains.resharper.globaltools": {
"version": "2023.3.3",
"commands": [
"jb"
]
},
"nvika": {
"version": "4.0.0",
"commands": [
"nvika"
]
},
"codefilesanity": {
"version": "0.0.37",
"commands": [
"CodeFileSanity"
]
}
}
}