mirror of
https://github.com/ppy/osu.git
synced 2026-05-13 19:54:15 +08:00
7c114cd69a
Has been failing on master for some time now because .NET 6 is not supported anymore.
28 lines
497 B
JSON
28 lines
497 B
JSON
{
|
|
"version": 1,
|
|
"isRoot": true,
|
|
"tools": {
|
|
"jetbrains.resharper.globaltools": {
|
|
"version": "2025.2.3",
|
|
"commands": [
|
|
"jb"
|
|
],
|
|
"rollForward": false
|
|
},
|
|
"codefilesanity": {
|
|
"version": "0.0.41",
|
|
"commands": [
|
|
"CodeFileSanity"
|
|
],
|
|
"rollForward": false
|
|
},
|
|
"ppy.localisationanalyser.tools": {
|
|
"version": "2025.1208.0",
|
|
"commands": [
|
|
"localisation"
|
|
],
|
|
"rollForward": false
|
|
}
|
|
}
|
|
}
|