1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-13 19:54:15 +08:00
Files
osu-lazer/.config/dotnet-tools.json
T
Dan Balasescu 7c114cd69a Update CodeFileSanity (#37293)
Has been failing on master for some time now because .NET 6 is not
supported anymore.
2026-04-15 01:10:54 +09:00

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
}
}
}