1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 03:27:24 +08:00
osu-lazer/.config/dotnet-tools.json

42 lines
718 B
JSON
Raw Normal View History

{
"version": 1,
"isRoot": true,
"tools": {
"cake.tool": {
"version": "0.35.0",
"commands": [
"dotnet-cake"
]
2019-11-11 20:32:32 +08:00
},
"dotnet-format": {
"version": "3.1.37601",
"commands": [
"dotnet-format"
]
},
"jetbrains.resharper.globaltools": {
2021-01-02 18:53:06 +08:00
"version": "2020.3.2",
"commands": [
"jb"
]
},
"nvika": {
"version": "2.0.0",
"commands": [
"nvika"
]
},
"codefilesanity": {
"version": "15.0.0",
"commands": [
"CodeFileSanity"
]
},
"ppy.localisationanalyser.tools": {
2021-05-24 20:37:05 +08:00
"version": "2021.524.0",
"commands": [
"localisation"
]
}
}
2021-05-24 20:37:05 +08:00
}