You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
recyclarr/.config/dotnet-tools.json

34 lines
625 B

{
"version": 1,
"isRoot": true,
"tools": {
"gitversion.tool": {
"version": "6.1.0",
"commands": [
"dotnet-gitversion"
],
"rollForward": false
},
"dotnet-sonarscanner": {
"version": "9.0.2",
"commands": [
"dotnet-sonarscanner"
],
"rollForward": false
},
"csharpier": {
"version": "0.30.4",
"commands": [
"dotnet-csharpier"
],
"rollForward": false
},
"jetbrains.resharper.globaltools": {
"version": "2024.3.3",
"commands": [
"jb"
],
"rollForward": false
}
}
}