1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-07 00:57:45 +08:00
osu-lazer/.config/dotnet-tools.json

30 lines
503 B
JSON
Raw Normal View History

{
"version": 1,
"isRoot": true,
"tools": {
"jetbrains.resharper.globaltools": {
"version": "2022.2.3",
"commands": [
"jb"
]
},
2021-11-04 19:19:00 +09:00
"nvika": {
"version": "2.2.0",
"commands": [
"nvika"
]
},
"codefilesanity": {
2023-06-15 15:15:32 +09:00
"version": "0.0.37",
"commands": [
"CodeFileSanity"
]
},
"ppy.localisationanalyser.tools": {
2023-07-12 16:30:26 +09:00
"version": "2023.712.0",
"commands": [
"localisation"
]
}
}
2022-05-11 18:26:08 +09:00
}