Kyoo/back/.config/dotnet-tools.json
2024-02-03 14:55:18 +01:00

18 lines
261 B
JSON

{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-ef": {
"version": "7.0.9",
"commands": [
"dotnet-ef"
]
},
"csharpier": {
"version": "0.27.2",
"commands": [
"dotnet-csharpier"
]
}
}
}