rimworld-mod-template/.config/dotnet-tools.json

12 lines
166 B
JSON
Raw Normal View History

{
"version": 1,
"isRoot": true,
"tools": {
"roslynator.dotnet.cli": {
"version": "0.8.4",
"commands": [
"roslynator"
]
}
}
}