mfgames-cil/.config/dotnet-tools.json
D. Moonfire 742c9da9b4
Some checks failed
deploy / deploy (push) Has been cancelled
build: removing uneeded tools
2024-03-10 13:22:44 -05:00

19 lines
363 B
JSON

{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-reportgenerator-globaltool": {
"version": "5.1.24",
"commands": ["reportgenerator"]
},
"dotnet-outdated-tool": {
"version": "4.5.3",
"commands": ["dotnet-outdated"]
},
"dotnet-setversion": {
"version": "3.0.0",
"commands": ["setversion"]
}
}
}