1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-10-18 12:16:12 +00:00
X10D/.config/dotnet-tools.json
Oliver Booth b16e5a9de9
3.0.0 Update (#43)
For a full list of changes, see [CHANGELOG.md](CHANGELOG.md)
2022-04-30 14:13:16 +01:00

12 lines
163 B
JSON

{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-stryker": {
"version": "1.3.1",
"commands": [
"dotnet-stryker"
]
}
}
}