Files
kyoo-csharp/.config/dotnet-tools.json
2025-10-26 10:50:05 +01:00

18 lines
262 B
JSON

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