FirmTracker-Server/.config/dotnet-tools.json

12 lines
153 B
JSON
Raw Permalink Normal View History

2024-04-26 21:24:17 +02:00
{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-ef": {
"version": "8.0.4",
"commands": [
"dotnet-ef"
]
}
}
}